From e964136c08cb6ebf66e8778d0aab737fe8d17f67 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 3 May 2004 08:09:06 +0000 Subject: [PATCH] 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 --- src/motif/toplevel.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/motif/toplevel.cpp b/src/motif/toplevel.cpp index a46d5170bc..7555346227 100644 --- a/src/motif/toplevel.cpp +++ b/src/motif/toplevel.cpp @@ -69,8 +69,14 @@ static void wxTLWEventHandler( Widget wid, 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); +#ifdef __VMS +#pragma message enable codcauunr +#endif m_icons.m_icons.Empty(); -- 2.45.2