fix yet another typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f7008bad87
commit
778adf4c30
@ -585,7 +585,7 @@ bool wxStatusBar::MSWProcessMessage(WXMSG* pMsg)
|
||||
return wxWindow::MSWProcessMessage(pMsg);
|
||||
}
|
||||
|
||||
bool wxStatusBar::MSWOnNotify(int WXUNUSED(idCtrl), WXLPARAM lParam, WXLPARAM* WXUNUSED(result));
|
||||
bool wxStatusBar::MSWOnNotify(int WXUNUSED(idCtrl), WXLPARAM lParam, WXLPARAM* WXUNUSED(result))
|
||||
{
|
||||
if ( HasFlag(wxSTB_SHOW_TIPS) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user