From 3c745e6404629d39773c304c763efd587323ea2b Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 21 Jan 2009 14:43:28 +0000
Subject: [PATCH] Fix for issue 3732 (Incosistency in use of icons in dialogs of setup and control panel) Remove the icons from the dialogs in the QuickSetup.

---
 opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java b/opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java
index 54fcd14..4e99e1c 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/CertificateDialog.java
@@ -350,7 +350,7 @@
     gbc.gridwidth = 4;
     gbc.insets = UIFactory.getEmptyInsets();
     gbc.insets.left = UIFactory.getCurrentStepPanelInsets().left;
-    buttonsPanel.add(UIFactory.makeJLabel(UIFactory.IconType.OPENDS_SMALL,
+    buttonsPanel.add(UIFactory.makeJLabel(UIFactory.IconType.NO_ICON,
         null, UIFactory.TextStyle.NO_STYLE), gbc);
     gbc.weightx = 1.0;
     gbc.gridwidth--;

--
Gitblit v1.10.0