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

fguigues
14.20.2009 cdf0cc8c5515a75e3c0e0ca59e7bdd02fb9981e3
opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericDialog.java
@@ -64,6 +64,7 @@
import javax.swing.text.JTextComponent;
import org.opends.guitools.controlpanel.util.Utilities;
import org.opends.server.util.DynamicConstants;
/**
 * The generic dialog of the Control Panel.  It contains a StatusGenericPanel.
@@ -283,6 +284,7 @@
    if (panel.getTitle() != null)
    {
      setTitle(INFO_CTRL_PANEL_GENERIC_TITLE.get(
              DynamicConstants.PRODUCT_NAME,
              panel.getTitle().toString()).toString());
    }
  }