From 3beab75f584e391ed8523be54fd56c6cf2cb5da3 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 19 Jan 2012 20:48:37 +0100 Subject: [PATCH] Incease size of WB array of translated items For the BoardOptions dialog 42 items are now needed --- winboard/winboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 }, -- 1.7.0.4