From: H.G.Muller Date: Sun, 7 Sep 2014 11:58:15 +0000 (+0200) Subject: Fix auto-display comment option in General Options X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=15f9bdded9713c16dd2ddd1e3b9e694aa0d5b373 Fix auto-display comment option in General Options This options had the same ID as auto-Queen, making it ignored. --- diff --git a/winboard/resource.h b/winboard/resource.h index c6ca2e5..b442dc6 100644 --- a/winboard/resource.h +++ b/winboard/resource.h @@ -343,7 +343,7 @@ #define OPT_AutoCreate 1352 #define OPT_AutoFlag 1353 #define OPT_AlwaysQueen 1354 -#define OPT_AutoComment 1354 +#define OPT_AutoComment 1458 #define OPT_AnimateDragging 1355 #define OPT_AutoObserve 1355 #define OPT_AnimateMoving 1356