comparison src/vim.rc @ 18855:02e2707808b2 v8.1.2414

patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Commit: https://github.com/vim/vim/commit/661ed8b4b6da405c95ede88b0e45ac27adba3f71 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 9 22:22:49 2019 +0100 patch 8.1.2414: MS-Windows: properties dialog box shows wrong character Problem: MS-Windows: properties dialog box shows wrong character. Solution: Explicitly specify encoding. (Ken Takata, closes https://github.com/vim/vim/issues/5338)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Dec 2019 22:30:03 +0100
parents 50a16f2a54a8
children ff39fc87f6b3
comparison
equal deleted inserted replaced
18854:408622bc92c7 18855:02e2707808b2
11 11
12 #include <winver.h> 12 #include <winver.h>
13 #include "version.h" 13 #include "version.h"
14 #include "gui_w32_rc.h" 14 #include "gui_w32_rc.h"
15 #include <winresrc.h> 15 #include <winresrc.h>
16
17 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
18 #pragma code_page(1252)
16 19
17 // 20 //
18 // Icons 21 // Icons
19 // 22 //
20 IDR_VIM ICON "vim.ico" 23 IDR_VIM ICON "vim.ico"