updated for version 7.3.036 v7.3.036
authorBram Moolenaar <Bram@vim.org>
Wed, 27 Oct 2010 10:15:33 +0000 (12:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 27 Oct 2010 10:15:33 +0000 (12:15 +0200)
Problem:    Win32 GUI: When building without menus, the font for dialogs and
            tab page headers also changes.
Solution:   Define USE_SYSMENU_FONT always. (Harig G.)

src/gui_w32.c
src/version.c

index d1335a22b743270ab3d007e646db600673037632..5071423412f81c664840773af192f0b90dcfd1c3 100644 (file)
@@ -289,13 +289,13 @@ typedef struct tagNMTTDISPINFOW {
 
 #ifdef FEAT_MENU
 static UINT    s_menu_id = 100;
+#endif
 
 /*
  * Use the system font for dialogs and tear-off menus.  Remove this line to
  * use DLG_FONT_NAME.
  */
-# define USE_SYSMENU_FONT
-#endif
+#define USE_SYSMENU_FONT
 
 #define VIM_NAME       "vim"
 #define VIM_CLASS      "Vim"
index e0f73f25f2a2984a0d10134126d777ea481735e9..a49cd52fc987dd19418583a36772cca56d65b27c 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    36,
 /**/
     35,
 /**/