From 38dab52ea2d42b2757bb18682d4c1a0b17046ef8 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 1 Feb 2013 19:34:32 +0100 Subject: [PATCH] Assign shortcut char to WB menu item The new Save games as Book item did not have a shortcut yet. --- winboard/winboard.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/winboard/winboard.rc b/winboard/winboard.rc index 517f660..2ae52e6 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -1166,7 +1166,7 @@ BEGIN MENUITEM "S&ave Position...\tCtrl+Shift+S",IDM_SavePosition MENUITEM SEPARATOR MENUITEM "Save as &Diagram...", IDM_SaveDiagram - MENUITEM "Save Games to Book", IDM_CreateBook + MENUITEM "Save Games to &Book", IDM_CreateBook MENUITEM SEPARATOR MENUITEM "&Quit", IDM_Exit END -- 1.7.0.4