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

jvergara
13.19.2010 9b4ec2d522a8feda97e582a5fab9c9a12214d35d
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java
@@ -1154,7 +1154,7 @@
  protected void displayMessage(Message msg)
  {
    message.setText(Utilities.applyFont(msg.toString(),
        ColorAndFontConstants.progressFont));
        ColorAndFontConstants.defaultFont));
    cardLayout.show(cardPanel, MESSAGE_PANEL);
  }