From: Bram Moolenaar Date: Wed, 27 Oct 2010 10:15:33 +0000 (+0200) Subject: updated for version 7.3.036 X-Git-Tag: v7.3.036 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=786989ba370724dd61bb8157769f26d988c6eaed;p=vim updated for version 7.3.036 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.) --- diff --git a/src/gui_w32.c b/src/gui_w32.c index d1335a22b..507142341 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -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" diff --git a/src/version.c b/src/version.c index e0f73f25f..a49cd52fc 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 36, /**/ 35, /**/