commit | 176711f06966f6691a29c410e4693bf14e0f3d74 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Mar 11 15:24:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 15:24:11 2022 +0000 |
tree | 938328444653a0ac69b42fb4af75e6636f01d77f | |
parent | dbf8094b17781ab1db191cf690e59c79f508a50f [diff] [blame] |
patch 8.2.4545: MS-Windows: the installed icon is low resolution Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930)
diff --git a/src/version.c b/src/version.c index 98ce90c..01c3c32 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4545, +/**/ 4544, /**/ 4543,