fixed typo in wxFrame::SetStatusBar() (bug 970516)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-06-10 16:50:31 +00:00
parent 0099f3435b
commit fbbc1982a3
2 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ void wxFrame::SetStatusBar(wxStatusBar *statbar)
wxFrameBase::SetStatusBar(statbar);
if (hadStatBar && !m_frameToolBar)
if (hadStatBar && !m_frameStatusBar)
GtkUpdateSize();
}

View File

@ -694,7 +694,7 @@ void wxFrame::SetStatusBar(wxStatusBar *statbar)
wxFrameBase::SetStatusBar(statbar);
if (hadStatBar && !m_frameToolBar)
if (hadStatBar && !m_frameStatusBar)
GtkUpdateSize();
}