From cdf0cc8c5515a75e3c0e0ca59e7bdd02fb9981e3 Mon Sep 17 00:00:00 2001
From: fguigues <fguigues@localhost>
Date: Mon, 14 Sep 2009 13:20:20 +0000
Subject: [PATCH] Fixes 

---
 opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericFrame.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericFrame.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericFrame.java
index e939335..dbcd9d4 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/GenericFrame.java
+++ b/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());
     }
   }

--
Gitblit v1.10.0