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

matthew_swift
05.04.2009 67405dde9ba213331dab1fc46cb18c485070fd5b
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -156,7 +156,9 @@
   * {@inheritDoc}
   */
  public Message getFrameTitle() {
    return INFO_FRAME_UNINSTALL_TITLE.get();
    Message title = Utils.getCustomizedObject("INFO_FRAME_UNINSTALL_TITLE",
        INFO_FRAME_UNINSTALL_TITLE.get(), Message.class);
    return title;
  }
  /**