X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=nhistory.c;h=2366dfdcecef5eb2c4ebfc8b01564750fd9e902d;hb=2987ec348b8b2cbf38ba9a6a0793652a6b238ae8;hp=9cf56c002b70bd7f145b534687b2d0b990f0269d;hpb=c37d45adc7d98a702a7459ccdc0ac23df01a476e;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 , "" } };