no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
50ccbaaa55
commit
e219d2bfa4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user