From e219d2bfa429529087dbcb4265815cbea3b4a395 Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 21 Jan 2002 14:32:35 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/toplevel.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/os2/toplevel.cpp b/src/os2/toplevel.cpp index 139e96ccfb..0362889309 100644 --- a/src/os2/toplevel.cpp +++ b/src/os2/toplevel.cpp @@ -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