]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dlgcmn.cpp
1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
[wxWidgets.git] / src / common / dlgcmn.cpp
index f03af0e60134e57be6e51787cbceffe1a19ba72f..ba4e88cbbe8dc8f2abc623d1a87b4bdce9b4ca56 100644 (file)
@@ -108,7 +108,8 @@ void wxDialogBase::Init()
 {
     m_returnCode = 0;
     m_affirmativeId = wxID_OK;
-    
+    m_escapeId = wxID_ANY;
+
     // the dialogs have this flag on by default to prevent the events from the
     // dialog controls from reaching the parent frame which is usually
     // undesirable and can lead to unexpected and hard to find bugs