no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2002-01-21 14:32:35 +00:00
parent 50ccbaaa55
commit e219d2bfa4

View File

@ -277,10 +277,6 @@ bool wxTopLevelWindowOS2::CreateDialog(
,nHeight
,SWP_MOVE | SWP_SIZE | SWP_ZORDER | SWP_SHOW
);
if (!rsTitle.IsNull())
{
::WinSetWindowText(GetHwnd(), rsTitle.c_str());
}
SubclassWin(m_hWnd);
return TRUE;
} // end of wxTopLevelWindowOS2::CreateDialog