From: H.G. Muller Date: Wed, 29 Dec 2010 21:29:37 +0000 (+0100) Subject: Fix duplicate menu character for Edit Comment X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=79a21f46befc60c4949940cbea35b2bdd0bd8cbd;p=xboard.git Fix duplicate menu character for Edit Comment Edit Comment did have the same shortcut character as Copy Game. Changed to m now. --- diff --git a/winboard/winboard.rc b/winboard/winboard.rc index b0520bd..581e60b 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -1136,7 +1136,7 @@ BEGIN MENUITEM "E&dit Position\tCtrl+Shift+E",IDM_EditPosition2 MENUITEM SEPARATOR MENUITEM "Edit Ta&gs...", IDM_EditTags - MENUITEM "Edit &Comment...", IDM_EditComment + MENUITEM "Edit Co&mment...", IDM_EditComment MENUITEM "Enter &Username...", IDM_TypeInName MENUITEM SEPARATOR MENUITEM "&Revert\tHome", IDM_Revert