commit | 762f1754370a1278167c8cba6c047ef319fc099c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:36:17 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:36:17 2016 +0200 |
tree | 2a2101b7de7f3a094a14fae4b76d7ea5ee7a8f0a | |
parent | 28b942a064dd486cc241894b625ab72f5a5c6d1b [diff] [blame] |
patch 7.4.1901 Problem: Win32: the "Disabled" menu items would appear enabled. Solution: Use submenu_id if there is a parent. (Shane Harper, closes #834)
diff --git a/src/version.c b/src/version.c index adbf0ed..4226b86 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1901, +/**/ 1900, /**/ 1899,