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/uninstaller/Uninstaller.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
index d40c649..69a1a79 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -85,6 +85,7 @@
 import javax.naming.ldap.InitialLdapContext;
 import javax.swing.JFrame;
 import javax.swing.SwingUtilities;
+import org.opends.server.util.DynamicConstants;
 
 /**
  * This class is in charge of performing the uninstallation of Open DS.
@@ -157,7 +158,8 @@
    */
   public Message getFrameTitle() {
     Message title = Utils.getCustomizedObject("INFO_FRAME_UNINSTALL_TITLE",
-        INFO_FRAME_UNINSTALL_TITLE.get(), Message.class);
+        INFO_FRAME_UNINSTALL_TITLE.get(
+        DynamicConstants.PRODUCT_NAME), Message.class);
     return title;
   }
 

--
Gitblit v1.10.0