X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=4cacc6bf237871657cae9e7d4182d8ee4119bfca;hb=86473f8c47a82552a7766df71bdd7e99a4830181;hp=e178bde6ea5d802e872555bcb435d38e1678c56f;hpb=b883ae78efc493e0fc85a6b0c77c33d8068855b4;p=xboard.git diff --git a/xoptions.c b/xoptions.c index e178bde..4cacc6b 100644 --- a/xoptions.c +++ b/xoptions.c @@ -364,6 +364,7 @@ Option matchOptions[] = { { 0, 0, 0, NULL, (void*) &appData.loadPositionFile, ".fen", NULL, FileName, N_("File with Start Positions:") }, { 0, -2, 1000000000, NULL, (void*) &appData.loadPositionIndex, "", NULL, Spin, N_("Position Number (-1 or -2 = Auto-Increment):") }, { 0, 0, 1000000000, NULL, (void*) &appData.rewindIndex, "", NULL, Spin, N_("Rewind Index after this many Games (0 = never):") }, +{ 0, 0, 0, NULL, (void*) &appData.defNoBook, "", NULL, CheckBox, N_("Disable own engine books by default") }, { 0, 0, 0, NULL, (void*) &ReplaceParticipant, NULL, NULL, Button, N_("Replace Engine") }, { 0, 1, 0, NULL, (void*) &UpgradeParticipant, NULL, NULL, Button, N_("Upgrade Engine") }, { 0, 1, 0, NULL, (void*) &MatchOK, "", NULL, EndMark , "" }