From dbecdedf076176f0a8fe4b0ae9b206991c0c9839 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Tue, 11 Oct 2011 23:31:01 +0200 Subject: [PATCH] Add control to set -discourageOwnBooks WB --- winboard/wsettings.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/winboard/wsettings.c b/winboard/wsettings.c index 3ceaf34..22b182c 100644 --- a/winboard/wsettings.c +++ b/winboard/wsettings.c @@ -767,6 +767,7 @@ Option tourneyOptions[] = { { 0, 0, 0, NULL, (void*) &autoinc, "", NULL, CheckBox, N_("Step through lines/positions in file") }, { 0, 0, 1000000000, NULL, (void*) &appData.rewindIndex, "", NULL, Spin, N_("Rewind after (0 = never):") }, { 0, 0, 0, NULL, (void*) &twice, "", NULL, CheckBox, N_("Use each line/position twice") }, + { 0, 0, 0, NULL, (void*) &appData.defNoBook, "", NULL, CheckBox, N_("Make all use GUI book by default") }, { 0, 0, 1000000000, NULL, (void*) &appData.matchPause, "", NULL, Spin, N_("Pause between Games (ms):") }, { 0, 0, 0, NULL, (void*) &ReplaceParticipant, "", NULL, Button, N_("Replace Engine") }, { 0, 0, 0, NULL, (void*) &UpgradeParticipant, "", NULL, Button, N_("Upgrade Engine") }, -- 1.7.0.4