From: Vadim Zeitlin Date: Sun, 11 Nov 2007 13:08:52 +0000 (+0000) Subject: correct typo in last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b257996a22fafa532f805ff58eda54eccf2d158 correct typo in last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/framecmn.cpp b/src/common/framecmn.cpp index 38ad2f2c38..bbd09bf8b4 100644 --- a/src/common/framecmn.cpp +++ b/src/common/framecmn.cpp @@ -439,7 +439,7 @@ void wxFrameBase::DoGiveHelp(const wxString& help, bool show) statbar->SetStatusText(text, m_statusBarPane); #else - wxUnusedVar(text); + wxUnusedVar(help); wxUnusedVar(show); #endif // wxUSE_STATUSBAR }