No bug - quick fix for red icons everywhere

This commit is contained in:
mkaply%us.ibm.com 2002-09-19 14:51:47 +00:00
parent 2355f149e9
commit 47d736c7bb

View File

@ -172,8 +172,10 @@ void nsFrameWindow::RealDoCreate( HWND hwndP, nsWindow *aParent,
// Subclass frame
fnwpDefFrame = WinSubclassWindow( mFrameWnd, fnwpFrame);
WinSetWindowPtr( mFrameWnd, QWL_USER, this);
#ifdef OLDCODE
BOOL brc = (BOOL) WinSendMsg( mFrameWnd, WM_SETICON,
MPFROMLONG( gWidgetModuleData->GetFrameIcon()), 0);
#endif
// make the client the client.
WinSetWindowUShort( mWnd, QWS_ID, FID_CLIENT);