From 60c5bb8afd84fbaa3c9f000e9fa3f2c52e121e51 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 06 Apr 2007 20:00:27 +0000
Subject: [PATCH] fixed broken status panel launch after status panel command name changed

---
 opends/src/quicksetup/org/opends/quicksetup/util/Utils.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
index b51cfb5..8d44f87 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -168,12 +168,12 @@
   /**
    * The UNIX status panel script file name.
    */
-  private static final String UNIX_STATUSPANEL_FILE_NAME = "statuspanel";
+  private static final String UNIX_STATUSPANEL_FILE_NAME = "status-panel";
 
   /**
    * The Windows status panel batch file name.
    */
-  private static final String WINDOWS_STATUSPANEL_FILE_NAME = "statuspanel.bat";
+  private static final String WINDOWS_STATUSPANEL_FILE_NAME = "status-panel.bat";
 
   /**
    * The UNIX status command line script file name.

--
Gitblit v1.10.0