X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77497ea37eab244d74bf5d80ce19aeb2fde0a5d4..6bcc1145fea1fbe4f4fd492199d1482f95fac5fd:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index 8b0d2184a8..80c563728f 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -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