X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=ngamelist.c;fp=ngamelist.c;h=5417804bc6fc03ba9a3822823c54361710d37be1;hb=959078d28a10387d4583f8bd2f46d52a799065d3;hp=b415d19f5b46cad895808116cd9f57c73d484af1;hpb=0e604fd62231e9375a446a4891efa1ede735f4d2;p=xboard.git diff --git a/ngamelist.c b/ngamelist.c index b415d19..5417804 100644 --- a/ngamelist.c +++ b/ngamelist.c @@ -82,7 +82,7 @@ static void GameListReplace P((int page)); static void GL_Button P((int n)); static Option gamesOptions[] = { -{ 200, LR|TB, 400, NULL, (void*) list, NULL, NULL, ListBox, "" }, +{ 200, LR|TB, 400, NULL, (void*) list, NULL, NULL, ListBox, "", &appData.gameListFont }, { 0, 0, 100, NULL, (void*) &filterPtr, "", NULL, TextBox, "" }, { 4, SAME_ROW, 0, NULL, (void*) &GL_Button, NULL, NULL, Button, N_("find position") }, { 2, SAME_ROW, 0, NULL, (void*) &GL_Button, NULL, NULL, Button, N_("narrow") }, // buttons referred to by ID in value (=first) field!