From 66ad41503e32e26e11405b497a9592d98e2d05a0 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 29 Aug 2007 17:54:56 +0000
Subject: [PATCH] Move the no option constant definition to ToolConstants. Refactor some code and put it in CliApplicationHelper. Fix some minor bugs in the output of the command-lines.
---
opends/src/guitools/org/opends/guitools/uninstaller/UninstallGuiLauncher.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallGuiLauncher.java b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallGuiLauncher.java
index 3440e6c..ed9839a 100644
--- a/opends/src/guitools/org/opends/guitools/uninstaller/UninstallGuiLauncher.java
+++ b/opends/src/guitools/org/opends/guitools/uninstaller/UninstallGuiLauncher.java
@@ -54,7 +54,7 @@
public class UninstallGuiLauncher extends UninstallLauncher {
/** Prefix for log files. */
- static public final String LOG_FILE_PREFIX = "opends-uninstall-cli-";
+ static public final String LOG_FILE_PREFIX = "opends-uninstall-gui-";
/** Suffix for log files. */
static public final String LOG_FILE_SUFFIX = ".log";
--
Gitblit v1.10.0