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

jvergara
04.17.2007 499ae288b6dbc2540190c060528e4b211938a91e
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
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/event/BrowseActionListener.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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: