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

fguigues
14.20.2009 cdf0cc8c5515a75e3c0e0ca59e7bdd02fb9981e3
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java
@@ -48,6 +48,7 @@
import java.util.logging.Logger;
import java.io.File;
import org.opends.server.util.DynamicConstants;
/**
 * This class is called by the upgrade and upgrade.bat
@@ -118,7 +119,8 @@
   */
  protected Message getFrameTitle() {
    return Utils.getCustomizedObject("INFO_FRAME_UPGRADE_TITLE",
        INFO_FRAME_UPGRADE_TITLE.get(), Message.class);
        INFO_FRAME_UPGRADE_TITLE.get(DynamicConstants.PRODUCT_NAME),
        Message.class);
  }
  /**