projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a7f3c4d
)
Fix auto-display comment option in General Options
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 11:58:15 +0000 (13:58 +0200)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 11:58:15 +0000 (13:58 +0200)
This options had the same ID as auto-Queen, making it ignored.
winboard/resource.h
patch
|
blob
|
history
diff --git
a/winboard/resource.h
b/winboard/resource.h
index
c6ca2e5
..
b442dc6
100644
(file)
--- a/
winboard/resource.h
+++ b/
winboard/resource.h
@@
-343,7
+343,7
@@
#define OPT_AutoCreate 1352
\r
#define OPT_AutoFlag 1353
\r
#define OPT_AlwaysQueen 1354
\r
-#define OPT_AutoComment 1354
\r
+#define OPT_AutoComment 1458
\r
#define OPT_AnimateDragging 1355
\r
#define OPT_AutoObserve 1355
\r
#define OPT_AnimateMoving 1356
\r