X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwgamelist.c;h=863725a71ce63413dc3262cedbc691e158cd89e9;hb=48d27c1a58658e51013cca580e37840f54419e13;hp=a496359176d9fd70deb7cc16da59668343c919f0;hpb=1c36ced6dd39e157e3e94e24c253a93be9f8f4ed;p=xboard.git diff --git a/winboard/wgamelist.c b/winboard/wgamelist.c index a496359..863725a 100644 --- a/winboard/wgamelist.c +++ b/winboard/wgamelist.c @@ -166,7 +166,7 @@ GameListDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) hwndText = GetDlgItem(hDlg, OPT_TagsText); /* Set font */ - SendDlgItemMessage( hDlg, OPT_GameListText, WM_SETFONT, (WPARAM)font[boardSize][MOVEHISTORY_FONT]->hf, MAKELPARAM(TRUE, 0 )); + SendDlgItemMessage( hDlg, OPT_GameListText, WM_SETFONT, (WPARAM)font[boardSize][GAMELIST_FONT]->hf, MAKELPARAM(TRUE, 0 )); count = GameListToListBox( hDlg, gameListDialog ? TRUE : FALSE, NULL, &stats );