commit | d8a92d73e2a9c5864f599dadf876e8b0dc2f8fda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 14:44:06 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 14:44:06 2006 +0000 |
tree | a45aa5e6bd601f823de8788120f889fa377eb40d | |
parent | 149667adbbf7b6745cf0e022d495503d955d1e23 [diff] [blame] |
updated for version 7.0-032
diff --git a/src/gui_w48.c b/src/gui_w48.c index b106eed..06039a5 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c
@@ -1665,7 +1665,7 @@ } if (msg.message == WM_USER) { - MyTranslateMessage(&msg) + MyTranslateMessage(&msg); DispatchMessage(&msg); return; }