projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
56077e8
)
Assign shortcut char to WB menu item
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 1 Feb 2013 18:34:32 +0000 (19:34 +0100)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 1 Feb 2013 18:34:32 +0000 (19:34 +0100)
The new Save games as Book item did not have a shortcut yet.
winboard/winboard.rc
patch
|
blob
|
history
diff --git
a/winboard/winboard.rc
b/winboard/winboard.rc
index
517f660
..
2ae52e6
100644
(file)
--- a/
winboard/winboard.rc
+++ b/
winboard/winboard.rc
@@
-1166,7
+1166,7
@@
BEGIN
MENUITEM "S&ave Position...\tCtrl+Shift+S",IDM_SavePosition
\r
MENUITEM SEPARATOR
\r
MENUITEM "Save as &Diagram...", IDM_SaveDiagram
\r
- MENUITEM "Save Games to Book", IDM_CreateBook
\r
+ MENUITEM "Save Games to &Book", IDM_CreateBook
\r
MENUITEM SEPARATOR
\r
MENUITEM "&Quit", IDM_Exit
\r
END
\r