removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 11:27:53 +0000 (11:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 11:27:53 +0000 (11:27 +0000)
commitfef0a330e98471b5a56b8fea33a6ed01e916583d
treed25faeaf182487aef688fbe5be62b5b01244a80c
parentadd4bb404417cdaf0155a939a473a0293e414005
removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown (even if it's empty), not hidden; this hopefully really fixes restoring the previously shown status bar text when the menu is dismissed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/frame.cpp