From bb8adbc2e9422e816b72059e4d84ad2e04ad05a3 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 27 Mar 2008 16:53:18 +0000
Subject: [PATCH] Add some missing line breaks to the progress message of the uninstaller.
---
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
index 31cec31..c2233f4 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -1056,7 +1056,7 @@
}
if (!isVerbose())
{
- notifyListeners(getFormattedDone());
+ notifyListeners(getFormattedDoneWithLineBreak());
}
}
@@ -1083,7 +1083,7 @@
}
if (!isVerbose())
{
- notifyListeners(getFormattedDone());
+ notifyListeners(getFormattedDoneWithLineBreak());
}
}
--
Gitblit v1.10.0