]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/frame.h
tracking open modal dialogs
[wxWidgets.git] / include / wx / frame.h
index 8b0d2184a869b1139f877d0344d8f8397f790e90..80c563728f26e0173a70142b56771b9623bde452 100644 (file)
@@ -210,6 +210,9 @@ protected:
 #if wxUSE_STATUSBAR && (wxUSE_MENUS || wxUSE_TOOLBAR)
     // the saved status bar text overwritten by DoGiveHelp()
     wxString m_oldStatusText;
+
+    // the last help string we have shown in the status bar
+    wxString m_lastHelpShown;
 #endif
 
 #if wxUSE_STATUSBAR