From b7eaa6fa023b868aa8154610c05801a94ed0afea Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 05 Jan 2007 14:04:45 +0000
Subject: [PATCH]
---
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
index 73c2bac..b79185e 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java
@@ -210,13 +210,13 @@
private static String getMsg(String key)
{
return org.opends.server.util.StaticUtils.wrapText(getI18n().getMsg(key),
- UninstallCli.MAX_LINE_WIDTH);
+ Utils.getCommandLineMaxLineWidth());
}
private static String getMsg(String key, String[] args)
{
return org.opends.server.util.StaticUtils.wrapText(
- getI18n().getMsg(key, args), UninstallCli.MAX_LINE_WIDTH);
+ getI18n().getMsg(key, args), Utils.getCommandLineMaxLineWidth());
}
private static ResourceProvider getI18n()
--
Gitblit v1.10.0