From cb98374dffa863c1579e8075f066c41d4dfbbaca Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 13 Feb 2008 18:04:21 +0000
Subject: [PATCH] Fix a typo in a comment in installer.xml and use a proper formatting for the progress message in the uninstaller when disabling the windows service.
---
opends/src/messages/messages/quicksetup.properties | 2 +-
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java | 2 +-
opends/tests/installer.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
index 84baa88..32a7789 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1366,7 +1366,7 @@
* @throws ApplicationException if something goes wrong.
*/
protected void disableWindowsService() throws ApplicationException {
- notifyListeners(getFormattedProgress(
+ notifyListeners(getFormattedWithPoints(
INFO_PROGRESS_DISABLING_WINDOWS_SERVICE.get()));
int code = ConfigureWindowsService.disableService(System.out, System.err);
diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties
index b341e78..f6ce3ab 100644
--- a/opends/src/messages/messages/quicksetup.properties
+++ b/opends/src/messages/messages/quicksetup.properties
@@ -731,7 +731,7 @@
Installation Path
INFO_PROGRESS_DETAILS_LABEL=Details:
INFO_PROGRESS_DIALOG_TITLE=Progress
-INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service...
+INFO_PROGRESS_DISABLING_WINDOWS_SERVICE=Disabling Windows Service
INFO_PROGRESS_DONE=Done.
INFO_PROGRESS_DOWNLOADING=Downloading
INFO_PROGRESS_ENABLING_WINDOWS_SERVICE=Enabling Windows Service
diff --git a/opends/tests/installer.xml b/opends/tests/installer.xml
index 833f41d..8e88e03 100644
--- a/opends/tests/installer.xml
+++ b/opends/tests/installer.xml
@@ -100,7 +100,7 @@
<target name="uninstall" depends="status-do,stop-do,uninstall-do"/>
<!-- Uninstallation section - bottom -->
- <!-- Configuration secton - top -->
+ <!-- Configuration section - top -->
<target name="configure-do"
description="configures product to listen on the right port number"
if="product.installed" >
--
Gitblit v1.10.0