commit | e4efc3b27052385c6466f133ac1b0931b7e4c855 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 07 23:16:51 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 07 23:16:51 2005 +0000 |
tree | 4f03a30a3323a5fbe0ceba3fa47e2c2503e60d7c | |
parent | 44ecf65f74749995760eea6a1082f59d94817cbe [diff] [blame] |
updated for version 7.0057
diff --git a/src/gui_w32.c b/src/gui_w32.c index 2308362..8bcec1d 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c
@@ -3947,7 +3947,7 @@ /* BALLOON-EVAL IMPLEMENTATION FOR WINDOWS. * Added by Sergey Khorev <sergey.khorev@gmail.com> * - * The only reused thing is gui_beval.h and gui_mch_get_beval_info() + * The only reused thing is gui_beval.h and get_beval_info() * from gui_beval.c (note it uses x and y of the BalloonEval struct * to get current mouse position). *