mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-09 20:26:37 +01:00
updated for version 7.0017
This commit is contained in:
@@ -630,7 +630,7 @@ STDMETHODIMP CShellExt::QueryContextMenu(HMENU hMenu,
|
||||
*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++,
|
||||
|
||||
Reference in New Issue
Block a user