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;