diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:35:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:35:54 +0000 |
commit | 7263a77b998151fa95666d9a379fcc2dd8725ba3 (patch) | |
tree | ef44aa3904439a0766f47b71e30f3c2a61d97c89 /src/gui_w16.c | |
parent | 2bb8df23dc2065304d9fab28be07ba6a7362be6d (diff) | |
download | vim-git-7263a77b998151fa95666d9a379fcc2dd8725ba3.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/gui_w16.c')
-rw-r--r-- | src/gui_w16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w16.c b/src/gui_w16.c index 75726c805..f7e6d597f 100644 --- a/src/gui_w16.c +++ b/src/gui_w16.c @@ -1531,7 +1531,7 @@ initialise_toolbar(void) s_hwnd, WS_CHILD | WS_VISIBLE, CMD_TB_BASE, /*<vn>*/ - 31, //number of images in inital bitmap + 31, //number of images in initial bitmap s_hinst, IDR_TOOLBAR1, // id of initial bitmap NULL, |