? 50477-diff.patch Index: winclassic/WindowsLFCustoms.java =================================================================== RCS file: /cvs/core/swing/plaf/src/org/netbeans/swing/plaf/winclassic/WindowsLFCustoms.java,v retrieving revision 1.12 diff -u -r1.12 WindowsLFCustoms.java --- winclassic/WindowsLFCustoms.java 10 Dec 2004 16:13:32 -0000 1.12 +++ winclassic/WindowsLFCustoms.java 24 Feb 2005 10:54:39 -0000 @@ -74,6 +74,8 @@ "ToggleButton.font", patch2Tahoma("ToggleButton.font"), //NOI18N "Tree.font", patch2Tahoma("Tree.font"), //NOI18N "Viewport.font", patch2Tahoma("Viewport.font"), //NOI18N + "windowTitleFont", patch2Tahoma("windowTitleFont"), //NOI18N + "controlFont", patch2Tahoma("controlFont"), //NOI18N //Work around a bug in windows which sets the text area font to //"MonoSpaced", causing all accessible dialogs to have monospaced text Index: winxp/XPLFCustoms.java =================================================================== RCS file: /cvs/core/swing/plaf/src/org/netbeans/swing/plaf/winxp/XPLFCustoms.java,v retrieving revision 1.11 diff -u -r1.11 XPLFCustoms.java --- winxp/XPLFCustoms.java 10 Dec 2004 16:13:32 -0000 1.11 +++ winxp/XPLFCustoms.java 24 Feb 2005 12:46:30 -0000 @@ -93,6 +93,8 @@ "ToggleButton.font", patch2Tahoma("ToggleButton.font"), //NOI18N "Tree.font", patch2Tahoma("Tree.font"), //NOI18N "Viewport.font", patch2Tahoma("Viewport.font"), //NOI18N + "windowTitleFont", patch2Tahoma("windowTitleFont"), //NOI18N + "controlFont", patch2Tahoma("controlFont"), //NOI18N //Work around a bug in windows which sets the text area font to //"MonoSpaced", causing all accessible dialogs to have monospaced text