From 4ed81429ad12b4b926ceebe16b9d05b29a943295 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 17 Aug 2007 16:40:55 +0000
Subject: [PATCH] Fix for issue  2123.  We were calling the wrong launcher in the batch file.

---
 opends/resource/uninstall-gui.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/resource/uninstall-gui.bat b/opends/resource/uninstall-gui.bat
index aa7dc29..1961497 100644
--- a/opends/resource/uninstall-gui.bat
+++ b/opends/resource/uninstall-gui.bat
@@ -72,7 +72,7 @@
 goto callJava
 
 :callLaunch
-"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallLauncher
+"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallGuiLauncher
 goto end
 
 :callJava

--
Gitblit v1.10.0