From 15f9bdded9713c16dd2ddd1e3b9e694aa0d5b373 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 7 Sep 2014 13:58:15 +0200 Subject: [PATCH] Fix auto-display comment option in General Options This options had the same ID as auto-Queen, making it ignored. --- winboard/resource.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.0.4