mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
04.17.2007 fcba34c60ad4dda4d98c7d70dcc7f34bb9bdfef8
Display a File Dialog of type "Open" instead of one of type "Save" when we want to open a Directory.
1 files modified
2 ■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/event/BrowseActionListener.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/event/BrowseActionListener.java
@@ -182,7 +182,7 @@
    switch (type)
    {
    case LOCATION_DIRECTORY:
      returnVal = fc.showSaveDialog(parent);
      returnVal = fc.showOpenDialog(parent);
      break;
    case OPEN_LDIF_FILE: