mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
20.16.2008 1a42defebe1429205125d23492a737371ab5e8e9
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractBrowseEntriesPanel.java
@@ -1601,6 +1601,7 @@
   */
  class CustomComboBoxCellRenderer extends CustomListCellRenderer
  {
    private Message ALL_BASE_DNS_STRING = INFO_CTRL_PANEL_ALL_BASE_DNS.get();
    /**
     * The constructor.
     * @param combo the combo box to be rendered.
@@ -1624,7 +1625,7 @@
        String name = getStringValue(element);
        if (ALL_BASE_DNS.equals(name))
        {
          ((JLabel)comp).setText(ALL_BASE_DNS);
          ((JLabel)comp).setText(ALL_BASE_DNS_STRING.toString());
        }
      }
      comp.setFont(defaultFont);