projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
85e936c
)
Fix key binding of DebugProc
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 22:01:08 +0000 (
00:01
+0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 19 Apr 2012 22:01:08 +0000 (
00:01
+0200)
The name used for binding was DebugProc, while the ite was named Debug.
menus.c
patch
|
blob
|
history
diff --git
a/menus.c
b/menus.c
index
42e0d9a
..
1af89f3
100644
(file)
--- a/
menus.c
+++ b/
menus.c
@@
-844,7
+844,7
@@
MenuItem noMenu[] = {
{ "", "TestLegality", TestLegalityProc },
#endif
{ "", "AboutGame", AboutGameEvent },
- { "", "Debug", DebugProc },
+ { "", "DebugProc", DebugProc },
{ "", "Nothing", NothingProc },
{NULL, NULL, NULL}
};