From 43e9c7913fc664b725e167090fe6d389a4558315 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 08 Jun 2007 14:43:45 +0000
Subject: [PATCH] The following commit adds all the code necessary to be able to configure replication using the setup.

---
 opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java b/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
index be5e00d..9152b8c 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1497,6 +1497,10 @@
       key = "wait-tiny";
       break;
 
+    case WAIT:
+      key = "wait";
+      break;
+
     default:
       throw new IllegalArgumentException("Unknown iconName: " + iconType);
     }
@@ -1577,6 +1581,10 @@
       description = getMsg("help-wait-description");
       break;
 
+    case WAIT:
+      description = getMsg("help-wait-description");
+      break;
+
     case NO_ICON:
       description = null;
       break;

--
Gitblit v1.10.0