X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nhistory.c;fp=nhistory.c;h=2366dfdcecef5eb2c4ebfc8b01564750fd9e902d;hb=525f914833118fb964be94667a87a7086e3ad4ac;hp=9cf56c002b70bd7f145b534687b2d0b990f0269d;hpb=8bb10df123593a8ce3221acbd8c668852af5eac1;p=xboard.git diff --git a/nhistory.c b/nhistory.c index 9cf56c0..2366dfd 100644 --- a/nhistory.c +++ b/nhistory.c @@ -79,7 +79,7 @@ SelectMove (Option *opt, int n, int x, int y, char *text, int index) } Option historyOptions[] = { -{ 200, T_VSCRL | T_FILL | T_WRAP | T_TOP, 400, NULL, (void*) &historyText, NULL, (char**) &SelectMove, TextBox, "" }, +{ 200, T_VSCRL | T_FILL | T_WRAP | T_TOP, 400, NULL, (void*) &historyText, (char*) &appData.historyFont, (char**) &SelectMove, TextBox, "" }, { 0, NO_OK, 0, NULL, (void*) NULL, "", NULL, EndMark , "" } };