commit | 3fdfa4a9a52ab3d1a790262ee872a49853ad4626 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 07 21:02:47 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 07 21:02:47 2004 +0000 |
tree | 76f57a06a5f3b9e0abc15446b38722658fde7e1e | |
parent | e5f258eb4c4b87ea1d6f61c1a0a9deecbb5d9726 [diff] |
updated for version 7.0017
diff --git a/src/GvimExt/gvimext.cpp b/src/GvimExt/gvimext.cpp index 1cb0b83..5a175d3 100644 --- a/src/GvimExt/gvimext.cpp +++ b/src/GvimExt/gvimext.cpp
@@ -630,7 +630,7 @@ *pos = 0; } // Now concatenate - strncpy(temp, _("Edit with existing Vim - &"), MAX_PATH - 1); + strncpy(temp, _("Edit with existing Vim - "), MAX_PATH - 1); strncat(temp, title, MAX_PATH - 1); InsertMenu(hMenu, indexMenu++,