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()); } }