From: H.G. Muller Date: Thu, 19 Jan 2012 19:48:37 +0000 (+0100) Subject: Incease size of WB array of translated items X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=3beab75f584e391ed8523be54fd56c6cf2cb5da3;p=xboard.git Incease size of WB array of translated items For the BoardOptions dialog 42 items are now needed --- diff --git a/winboard/winboard.c b/winboard/winboard.c index 872cf9a..6f26f2b 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -249,7 +249,7 @@ Boolean barbaric; // flag indicating if translation is needed #define ABOUTBOX -1 /* not sure why these are needed */ #define ABOUTBOX2 -1 -int dialogItems[][41 ] = { +int dialogItems[][42] = { { ABOUTBOX, IDOK, OPT_MESS, 400 }, { DLG_TimeControl, IDC_Babble, OPT_TCUseMoves, OPT_TCUseInc, OPT_TCUseFixed, OPT_TCtext1, OPT_TCtext2, OPT_TCitext1, OPT_TCitext2, OPT_TCftext, GPB_Factors, IDC_Factor1, IDC_Factor2, IDOK, IDCANCEL },