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

jvergara
08.43.2007 43e9c7913fc664b725e167090fe6d389a4558315
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1497,6 +1497,10 @@
      key = "wait-tiny";
      break;
    case WAIT:
      key = "wait";
      break;
    default:
      throw new IllegalArgumentException("Unknown iconName: " + iconType);
    }
@@ -1577,6 +1581,10 @@
      description = getMsg("help-wait-description");
      break;
    case WAIT:
      description = getMsg("help-wait-description");
      break;
    case NO_ICON:
      description = null;
      break;