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

fguigues
14.20.2009 cdf0cc8c5515a75e3c0e0ca59e7bdd02fb9981e3
opends/src/quicksetup/org/opends/quicksetup/installandupgrader/InstallAndUpgrader.java
@@ -61,6 +61,7 @@
import org.opends.quicksetup.upgrader.Upgrader;
import org.opends.quicksetup.util.ProgressMessageFormatter;
import org.opends.quicksetup.util.Utils;
import org.opends.server.util.DynamicConstants;
/**
 * Application that allows to upgrade or install OpenDS.
@@ -133,7 +134,8 @@
   */
  public Message getFrameTitle() {
    return Utils.getCustomizedObject("INFO_FRAME_INSTALL_TITLE",
        INFO_FRAME_INSTALL_TITLE.get(), Message.class);
        INFO_FRAME_INSTALL_TITLE.get(DynamicConstants.PRODUCT_NAME),
        Message.class);
  }
  /**