Add control to set -discourageOwnBooks WB
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 11 Oct 2011 21:31:01 +0000 (23:31 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 12 Oct 2011 15:55:41 +0000 (17:55 +0200)
winboard/wsettings.c

index 3ceaf34..22b182c 100644 (file)
@@ -767,6 +767,7 @@ Option tourneyOptions[] = {
   { 0,  0,          0, NULL, (void*) &autoinc, "", NULL, CheckBox, N_("Step through lines/positions in file") },\r
   { 0,  0, 1000000000, NULL, (void*) &appData.rewindIndex, "", NULL, Spin, N_("Rewind after (0 = never):") },\r
   { 0,  0,          0, NULL, (void*) &twice, "", NULL, CheckBox, N_("Use each line/position twice") },\r
+  { 0,  0,          0, NULL, (void*) &appData.defNoBook, "", NULL, CheckBox, N_("Make all use GUI book by default") },\r
   { 0,  0, 1000000000, NULL, (void*) &appData.matchPause, "", NULL, Spin, N_("Pause between Games (ms):") },\r
   { 0,  0,          0, NULL, (void*) &ReplaceParticipant, "", NULL, Button, N_("Replace Engine") },\r
   { 0,  0,          0, NULL, (void*) &UpgradeParticipant, "", NULL, Button, N_("Upgrade Engine") },\r