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

kenneth_suter
23.29.2007 23faffa02e132a30c02f928e317c6f66ac373d06
opends/src/quicksetup/org/opends/quicksetup/ui/WebBrowserErrorDialog.java
@@ -134,7 +134,7 @@
      { url });
    JTextComponent tf =
        UIFactory.makeHtmlPane(msg,
            UIFactory.BROWSER_ERROR_DIALOG_FONT);
            UIFactory.ERROR_DIALOG_FONT);
    tf.setOpaque(false);
    tf.setEditable(false);
    p1.add(tf, gbc);