home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.036 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.9 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.036
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.036
  11. Problem:    Win32 GUI: When building without menus, the font for dialogs and
  12.         tab page headers also changes.
  13. Solution:   Define USE_SYSMENU_FONT always. (Harig G.)
  14. Files:        src/gui_w32.c
  15.  
  16.  
  17. *** ../vim-7.3.035/src/gui_w32.c    2010-10-23 14:02:48.000000000 +0200
  18. --- src/gui_w32.c    2010-10-25 20:29:15.000000000 +0200
  19. ***************
  20. *** 289,301 ****
  21.   
  22.   #ifdef FEAT_MENU
  23.   static UINT    s_menu_id = 100;
  24.   
  25.   /*
  26.    * Use the system font for dialogs and tear-off menus.  Remove this line to
  27.    * use DLG_FONT_NAME.
  28.    */
  29. ! # define USE_SYSMENU_FONT
  30. ! #endif
  31.   
  32.   #define VIM_NAME    "vim"
  33.   #define VIM_CLASS    "Vim"
  34. --- 289,301 ----
  35.   
  36.   #ifdef FEAT_MENU
  37.   static UINT    s_menu_id = 100;
  38. + #endif
  39.   
  40.   /*
  41.    * Use the system font for dialogs and tear-off menus.  Remove this line to
  42.    * use DLG_FONT_NAME.
  43.    */
  44. ! #define USE_SYSMENU_FONT
  45.   
  46.   #define VIM_NAME    "vim"
  47.   #define VIM_CLASS    "Vim"
  48. *** ../vim-7.3.035/src/version.c    2010-10-24 14:33:38.000000000 +0200
  49. --- src/version.c    2010-10-27 12:14:39.000000000 +0200
  50. ***************
  51. *** 716,717 ****
  52. --- 716,719 ----
  53.   {   /* Add new patch number below this line */
  54. + /**/
  55. +     36,
  56.   /**/
  57.  
  58. -- 
  59. ARTHUR:  Bloody peasant!
  60. DENNIS:  Oh, what a give away.  Did you hear that, did you hear that, eh?
  61.          That's what I'm on about -- did you see him repressing me, you saw it
  62.          didn't you?
  63.                                   The Quest for the Holy Grail (Monty Python)
  64.  
  65.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  66. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  67. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  68.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  69.