]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
Always use active wxTranslations instance via wxLocale.
[wxWidgets.git] / src / motif / frame.cpp
index aa9c013680439b517876d70cb4591ae29d67b87e..c32ec0a0f4c5bbdbe128a8381e4c166e20bb6a60 100644 (file)
@@ -253,7 +253,7 @@ bool wxFrame::XmDoCreateTLW(wxWindow* WXUNUSED(parent),
 
 wxFrame::~wxFrame()
 {
-    m_isBeingDeleted = true;
+    SendDestroyEvent();
 
     if (m_clientArea)
     {