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

jvergara
05.31.2009 b41e5752c7a9edb350ad4b2fecc40539c94a3ef0
Fix for issue 4038 (Server Stopped ishardcoded in the control panel)
1 files modified
4 ■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/task/StopServerTask.java 4 ●●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/StopServerTask.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.guitools.controlpanel.task;
@@ -84,7 +84,7 @@
        public void run()
        {
          getProgressDialog().appendProgressHtml(Utilities.applyFont(
              "<b>Server Stopped</b><br><br>",
              "<b>"+INFO_CTRL_PANEL_SERVER_STOPPED.get()+"</b><br><br>",
              ColorAndFontConstants.progressFont));
        }
      });