commit | 1271572a35ae215fa023d97db9896c5745591024 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu May 25 16:43:27 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 25 16:43:27 2023 +0100 |
tree | 7912f4b64b1899b43841f0083eb5b3cab4f9aded | |
parent | 097c5370ea8abab17ceb0f3bcd74f57b1655c7f7 [diff] [blame] |
patch 9.0.1577: MS-Windows: context menu translations may be wrong Problem: MS-Windows: context menu translations may be wrong. Solution: Set the encoding before using gettext(). (Ken Takata, closes #12441, closes #12431)
diff --git a/src/version.c b/src/version.c index d9ce3d1..02be5bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1577, +/**/ 1576, /**/ 1575,