X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;h=32fdf33f9ae5c7321c47875bd9fc369efe0afc87;hb=0a3919ff10a347a8d840f75fd2c816efe52e5098;hp=f3ef1d977bbd069ac4779fc2c92e5797e82cd8de;hpb=26897ecf6be30b8ccc64285e1e293ab76df38ab9;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index f3ef1d9..32fdf33 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -214,7 +214,7 @@ GameListReplace (int page) if(page + 1000 <= listLength) *st++ = _("next page"); *st = NULL; - LoadListBox(&gamesOptions[0], _("no games matched your request")); + LoadListBox(&gamesOptions[0], _("no games matched your request"), -1, -1); HighlightWithScroll(&gamesOptions[0], listEnd > 1000, listEnd); snprintf(buf, MSG_SIZ, _("%s - %d/%d games (%d-%d-%d)"), glc->filename, listLength, ((ListGame *) gameList.tailPred)->number, wins, losses, draws); SetDialogTitle(GameListDlg, buf);