]> git.saurik.com Git - wxWidgets.git/commitdiff
correct typo in last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Nov 2007 13:08:52 +0000 (13:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Nov 2007 13:08:52 +0000 (13:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/framecmn.cpp

index 38ad2f2c38049a072983ee15d0c245ffbd7c50c8..bbd09bf8b478a725d8840665171cb89f38096e6a 100644 (file)
@@ -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
 }