Fix auto-display comment option in General Options
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 7 Sep 2014 11:58:15 +0000 (13:58 +0200)
committerH.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

index c6ca2e5..b442dc6 100644 (file)
 #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