Index: AllLFCustoms.java =================================================================== RCS file: /cvs/core/swing/plaf/src/org/netbeans/swing/plaf/AllLFCustoms.java,v retrieving revision 1.4 diff -u -r1.4 AllLFCustoms.java --- AllLFCustoms.java 11 Aug 2004 17:09:14 -0000 1.4 +++ AllLFCustoms.java 20 Sep 2004 10:55:12 -0000 @@ -161,6 +161,8 @@ UIManager.put("Menu.font", nbDialogPlain); // NOI18N UIManager.put("PopupMenu.font", nbDialogPlain); // NOI18N UIManager.put("OptionPane.font", nbDialogPlain); // NOI18N + //46703 + UIManager.put("OptionPane.messageFont", nbDialogPlain); // NOI18N UIManager.put("Panel.font", nbDialogPlain); // NOI18N UIManager.put("ProgressBar.font", nbDialogPlain); // NOI18N UIManager.put("ScrollPane.font", nbDialogPlain); // NOI18N