]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dialog.cpp
set icons bundle, not single icon, for frames loaded from XRC
[wxWidgets.git] / src / os2 / dialog.cpp
index 8a56bef583ca21a06023c5cb4c3b555893a38c93..d7da58b4687b8107b98a6a846cb8ff11418845d4 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "wx/os2/private.h"
 #include "wx/evtloop.h"
-#include "wx/ptr_scpd.h"
+#include "wx/scopedptr.h"
 
 #define wxDIALOG_DEFAULT_X 300
 #define wxDIALOG_DEFAULT_Y 300
@@ -147,7 +147,7 @@ void wxDialog::SetModal(bool WXUNUSED(bFlag))
 
 wxDialog::~wxDialog()
 {
-    m_isBeingDeleted = true;
+    SendDestroyEvent();
 
     // this will also reenable all the other windows for a modal dialog
     Show(false);