From 1d764434770dac6131fec3745c70efe04308efa1 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Thu, 24 May 2007 15:49:59 +0000
Subject: [PATCH] Put back the confirmation messages that are displayed when the user clicks on "Quit" during setup.  Removing them generated an exception and there was no way for the user to quit the setup without manually killing the process.

---
 opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 27ef222..c786271 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -231,6 +231,9 @@
 confirm-cancel-install-title=Confirmation Required
 confirm-cancel-install-msg=Are you sure you want to cancel OpenDS \
 QuickSetup?\nIf you click 'Yes' nothing will be installed on your system.
+confirm-quit-install-title=Confirmation Required
+confirm-quit-install-msg=Are you sure you want to quit OpenDS \
+QuickSetup?\nIf you click 'Yes' nothing will be installed on your system.
 confirm-close-uninstall-title=Confirmation Required
 confirm-close-uninstall-msg=OpenDS Uninstall has not yet completed.\nAre you \
 sure you want to close the Uninstall Window?

--
Gitblit v1.10.0