Committing in .

OpenVMS issue

 Modified Files:
 	wxWidgets/src/motif/toplevel.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2004-05-03 08:09:06 +00:00
parent 09990d5a4f
commit e964136c08

View File

@@ -69,8 +69,14 @@ static void wxTLWEventHandler( Widget wid,
void wxTopLevelWindowMotif::PreDestroy() void wxTopLevelWindowMotif::PreDestroy()
{ {
if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL ) #ifdef __VMS
#pragma message disable codcauunr
#endif
if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL )
wxModelessWindows.DeleteObject(this); wxModelessWindows.DeleteObject(this);
#ifdef __VMS
#pragma message enable codcauunr
#endif
m_icons.m_icons.Empty(); m_icons.m_icons.Empty();