X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwgamelist.c;h=d736a8de2c879afb18245de950c6f644064f2706;hb=5abce92da74b24ecbb925e18fd61d53f57db26e5;hp=50d297822bc0b09e344cbeb22437ee1d47ebf691;hpb=abb44738f4b07bf3e1bab525d91cad6d6dc5eada;p=xboard.git diff --git a/winboard/wgamelist.c b/winboard/wgamelist.c index 50d2978..d736a8d 100644 --- a/winboard/wgamelist.c +++ b/winboard/wgamelist.c @@ -204,8 +204,8 @@ GameListDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) else GetActualPlacement( gameListDialog, &wpGameList ); - GameListUpdateTitle( hDlg, szDlgTitle, count, ((ListGame *) gameList.tailPred)->number, &stats ); } + GameListUpdateTitle( hDlg, "Game List", count, ((ListGame *) gameList.tailPred)->number, &stats ); return FALSE; case WM_SIZE: @@ -299,7 +299,7 @@ GameListDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) if( GetDlgItemText( hDlg, IDC_GameListFilter, filter, sizeof(filter) ) >= 0 ) { filter[ sizeof(filter)-1 ] = '\0'; count = GameListToListBox( hDlg, TRUE, filter, &stats ); - GameListUpdateTitle( hDlg, szDlgTitle, count, ((ListGame *) gameList.tailPred)->number, &stats ); + GameListUpdateTitle( hDlg, "Game List", count, ((ListGame *) gameList.tailPred)->number, &stats ); } } return FALSE;