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

fguigues
14.20.2009 cdf0cc8c5515a75e3c0e0ca59e7bdd02fb9981e3
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -85,6 +85,7 @@
import javax.naming.ldap.InitialLdapContext;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
import org.opends.server.util.DynamicConstants;
/**
 * This class is in charge of performing the uninstallation of Open DS.
@@ -157,7 +158,8 @@
   */
  public Message getFrameTitle() {
    Message title = Utils.getCustomizedObject("INFO_FRAME_UNINSTALL_TITLE",
        INFO_FRAME_UNINSTALL_TITLE.get(), Message.class);
        INFO_FRAME_UNINSTALL_TITLE.get(
        DynamicConstants.PRODUCT_NAME), Message.class);
    return title;
  }