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/guitools/org/opends/guitools/uninstaller/Uninstaller.java | 2 +-
1 files changed, 1 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 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);
--
Gitblit v1.10.0