summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDefault.h
diff options
context:
space:
mode:
authordas <das>2007-10-30 01:54:59 (GMT)
committerdas <das>2007-10-30 01:54:59 (GMT)
commit8bfc263d94ea741c4f0a825bfb98ff252a4a959d (patch)
treecdf28c26472ebee7dbb903a6da959c5e196e4a70 /macosx/tkMacOSXDefault.h
parentca71d58c6b8bf468b4b931515594fecdf7c0971e (diff)
downloadtk-8bfc263d94ea741c4f0a825bfb98ff252a4a959d.zip
tk-8bfc263d94ea741c4f0a825bfb98ff252a4a959d.tar.gz
tk-8bfc263d94ea741c4f0a825bfb98ff252a4a959d.tar.bz2
fix DEF_MENUBUTTON_FONT
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r--macosx/tkMacOSXDefault.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h
index c11c92c..559a38e 100644
--- a/macosx/tkMacOSXDefault.h
+++ b/macosx/tkMacOSXDefault.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.2.2.5 2007/04/29 02:26:48 das Exp $
+ * RCS: @(#) $Id: tkMacOSXDefault.h,v 1.2.2.6 2007/10/30 01:54:59 das Exp $
*/
#ifndef _TKMACDEFAULT
@@ -332,7 +332,7 @@
#define DEF_MENUBUTTON_DIRECTION "below"
#define DEF_MENUBUTTON_DISABLED_FG_COLOR DISABLED
#define DEF_MENUBUTTON_DISABLED_FG_MONO ""
-#define DEF_MENUBUTTON_FONT "menu"
+#define DEF_MENUBUTTON_FONT "system"
#define DEF_MENUBUTTON_FG BLACK
#define DEF_MENUBUTTON_HEIGHT "0"
#define DEF_MENUBUTTON_HIGHLIGHT_BG_COLOR DEF_MENUBUTTON_BG_COLOR