From 6c72284944db9d55561eb619284a75c6796b6d3e Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Thu, 18 Aug 2011 17:34:33 +0200 Subject: [PATCH] Translate search texts --- winboard/winboard.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/winboard/winboard.c b/winboard/winboard.c index 0abb7e6..3423ebd 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -253,7 +253,8 @@ int dialogItems[][41 ] = { { 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 }, -{ DLG_LoadOptions, OPT_Autostep, OPT_AStext1, IDOK, IDCANCEL }, +{ DLG_LoadOptions, OPT_Autostep, OPT_AStext1, + OPT_elo1, OPT_elo2, OPT_date, IDOK, IDCANCEL }, { DLG_SaveOptions, OPT_Autosave, OPT_AVPrompt, OPT_AVToFile, OPT_AVBrowse, 801, OPT_PGN, OPT_Old, OPT_OutOfBookInfo, IDOK, IDCANCEL }, { 1536, 1090, IDC_Directories, 1089, 1091, IDOK, IDCANCEL, 1038, IDC_IndexNr, 1037 }, -- 1.7.0.4