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

fguigues
14.20.2009 6cd96fa03ca417415d6e91359241dc569efd3b59
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericFrame.java
@@ -64,6 +64,7 @@
import org.opends.guitools.controlpanel.ui.GenericDialog.ButtonType;
import org.opends.guitools.controlpanel.util.Utilities;
import org.opends.server.util.DynamicConstants;
/**
 * The generic frame of the Control Panel.  It contains a StatusGenericPanel.
@@ -258,6 +259,7 @@
    if (panel.getTitle() != null)
    {
      setTitle(INFO_CTRL_PANEL_GENERIC_TITLE.get(
              DynamicConstants.PRODUCT_NAME,
              panel.getTitle().toString()).toString());
    }
  }