summaryrefslogtreecommitdiffstats
path: root/src/gui_w16.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:35:54 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:35:54 +0000
commit7263a77b998151fa95666d9a379fcc2dd8725ba3 (patch)
treeef44aa3904439a0766f47b71e30f3c2a61d97c89 /src/gui_w16.c
parent2bb8df23dc2065304d9fab28be07ba6a7362be6d (diff)
updated for version 7.1b
Diffstat (limited to 'src/gui_w16.c')
-rw-r--r--src/gui_w16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w16.c b/src/gui_w16.c
index 75726c805b..f7e6d597f8 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,