X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwsettings.c;h=22b182cd4604bd4d0a96420ae42f1931992d4066;hb=dbecdedf076176f0a8fe4b0ae9b206991c0c9839;hp=3ceaf3421d8c1821baa8d3175fc55e973058f65c;hpb=855fc89e4cf44598ca1426fe05aa5681e07850c9;p=xboard.git 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") },