]> granicus.if.org Git - vim/commitdiff
patch 8.1.2414: MS-Windows: properties dialog box shows wrong character v8.1.2414
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Dec 2019 21:22:49 +0000 (22:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Dec 2019 21:22:49 +0000 (22:22 +0100)
Problem:    MS-Windows: properties dialog box shows wrong character.
Solution:   Explicitly specify encoding. (Ken Takata, closes #5338)

src/version.c
src/vim.rc

index d4a8e23d9323ece84953d010c880863eadac423d..4e9dc94081091658d7f23d40866f3ce102fffac1 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2414,
 /**/
     2413,
 /**/
index 3307c8e51ee9fe76c1c702a921c95f1d8980d49e..0986ecdc1b607c31ff8c4ec0f3993907e9fa8c29 100644 (file)
@@ -14,6 +14,9 @@
 #include "gui_w32_rc.h"
 #include <winresrc.h>
 
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+
 //
 // Icons
 //