Karsten Hopp 28c337
To: vim_dev@googlegroups.com
Karsten Hopp 28c337
Subject: Patch 7.3.1254
Karsten Hopp 28c337
Fcc: outbox
Karsten Hopp 28c337
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 28c337
Mime-Version: 1.0
Karsten Hopp 28c337
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 28c337
Content-Transfer-Encoding: 8bit
Karsten Hopp 28c337
------------
Karsten Hopp 28c337
Karsten Hopp 28c337
Patch 7.3.1254 (after 7.3.1252)
Karsten Hopp 28c337
Problem:    Can't build without the multi-lang feature. (John Marriott)
Karsten Hopp 28c337
Solution:   Add #ifdef.
Karsten Hopp 28c337
Files:	    src/gui_w32.c
Karsten Hopp 28c337
Karsten Hopp 28c337
Karsten Hopp 28c337
*** ../vim-7.3.1253/src/gui_w32.c	2013-06-27 22:01:56.000000000 +0200
Karsten Hopp 28c337
--- src/gui_w32.c	2013-06-27 22:26:31.000000000 +0200
Karsten Hopp 28c337
***************
Karsten Hopp 28c337
*** 4163,4171 ****
Karsten Hopp 28c337
  	 * didn't exist or wasn't specified, try the menu name
Karsten Hopp 28c337
  	 */
Karsten Hopp 28c337
  	if (hbitmap == NULL
Karsten Hopp 28c337
! 		&& (gui_find_bitmap(menu->en_dname != NULL
Karsten Hopp 28c337
! 					? menu->en_dname
Karsten Hopp 28c337
! 					: menu->dname, fname, "bmp") == OK))
Karsten Hopp 28c337
  	    hbitmap = LoadImage(
Karsten Hopp 28c337
  		    NULL,
Karsten Hopp 28c337
  		    fname,
Karsten Hopp 28c337
--- 4163,4173 ----
Karsten Hopp 28c337
  	 * didn't exist or wasn't specified, try the menu name
Karsten Hopp 28c337
  	 */
Karsten Hopp 28c337
  	if (hbitmap == NULL
Karsten Hopp 28c337
! 		&& (gui_find_bitmap(
Karsten Hopp 28c337
! #ifdef FEAT_MULTI_LANG
Karsten Hopp 28c337
! 			    menu->en_dname != NULL ? menu->en_dname :
Karsten Hopp 28c337
! #endif
Karsten Hopp 28c337
! 					menu->dname, fname, "bmp") == OK))
Karsten Hopp 28c337
  	    hbitmap = LoadImage(
Karsten Hopp 28c337
  		    NULL,
Karsten Hopp 28c337
  		    fname,
Karsten Hopp 28c337
*** ../vim-7.3.1253/src/version.c	2013-06-27 22:21:19.000000000 +0200
Karsten Hopp 28c337
--- src/version.c	2013-06-27 22:27:16.000000000 +0200
Karsten Hopp 28c337
***************
Karsten Hopp 28c337
*** 730,731 ****
Karsten Hopp 28c337
--- 730,733 ----
Karsten Hopp 28c337
  {   /* Add new patch number below this line */
Karsten Hopp 28c337
+ /**/
Karsten Hopp 28c337
+     1254,
Karsten Hopp 28c337
  /**/
Karsten Hopp 28c337
Karsten Hopp 28c337
-- 
Karsten Hopp 28c337
PRINCE:    He's come to rescue me, father.
Karsten Hopp 28c337
LAUNCELOT: (embarrassed) Well, let's not jump to conclusions ...
Karsten Hopp 28c337
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
Karsten Hopp 28c337
Karsten Hopp 28c337
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 28c337
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 28c337
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 28c337
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///