X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwsettings.c;h=d1e7eec64ed0c1554d71dd9fca1e586f1e861861;hb=5bcaf4baecc46eda033c3b86f753a4d85d1bcfec;hp=d628913cdd98480d0aa65f260c3418506d66dcfe;hpb=085982e238267d18e0c6b192ca25a7b998631a42;p=xboard.git diff --git a/winboard/wsettings.c b/winboard/wsettings.c index d628913..d1e7eec 100644 --- a/winboard/wsettings.c +++ b/winboard/wsettings.c @@ -682,7 +682,7 @@ Option tourneyOptions[] = { { 0, 0, 4, NULL, (void*) &appData.tourneyFile, "", NULL, FileName, N_("Tournament file:") }, { 0, 1, 0, NULL, (void*) &engineChoice, (char*) (engineMnemonic+1), (engineMnemonic+1), ComboBox, N_("Select Engine:") }, { 0xD, 7, 0, NULL, (void*) &engineName, "", NULL, TextBox, "Tourney participants:" }, - { 0, -1, 10, NULL, (void*) &appData.tourneyType, "", NULL, Spin, N_("Tourney type (0=RR, 1=gauntlet):") }, + { 0, 0, 10, NULL, (void*) &appData.tourneyType, "", NULL, Spin, N_("Tourney type (0=RR, 1=gauntlet):") }, { 0, 0, 0, NULL, (void*) &appData.cycleSync, "", NULL, CheckBox, N_("Sync after cycle") }, { 0, 1, 1000000000, NULL, (void*) &appData.tourneyCycles, "", NULL, Spin, N_("Number of tourney cycles:") }, { 0, 0, 0, NULL, (void*) &appData.roundSync, "", NULL, CheckBox, N_("Sync after round") },