commit | 6edeaf387c7218a84a5521a4e82b4000496b523b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 14:46:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 26 14:46:04 2017 +0200 |
tree | 3961c09ba321c022f7e5a814f05941b8c88d0a05 | |
parent | a8fc0d3817f69b3599a1b56d74a2ddbd3139f40c [diff] [blame] |
patch 8.0.1150: MS-Windows GUI: dialog font size is incorrect Problem: MS-Windows GUI: dialog font size is incorrect. Solution: Pass flag to indicate 'encoding' or active codepage. (Yasuhiro Matsomoto, closes #2160)
diff --git a/src/version.c b/src/version.c index 27d7c66..e96e77b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1150, +/**/ 1149, /**/ 1148,