r=mkaply, a=blizzard

Don't hardcode fonts for dialogs - breaks DBCS


git-svn-id: svn://10.0.0.236/trunk@85003 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2001-01-17 02:22:35 +00:00
parent 6e965fd48c
commit 00a2d2fcbc
5 changed files with 0 additions and 12 deletions

View File

@@ -859,9 +859,6 @@ void nsWindow::RealDoCreate( HWND hwndP,
printf( "Couldn't find DC instance for nsWindow\n");
#endif
}
WinSetPresParam( mWnd, PP_FONTNAMESIZE,
strlen( gModuleData.pszFontNameSize) + 1,
gModuleData.pszFontNameSize);
Resize( aRect.x, aRect.y, aRect.width, aRect.height, PR_FALSE);