]> git.saurik.com Git - wxWidgets.git/commit - src/os2/frame.cpp
removed second parameter of wxFrame::DoGiveHelp(), the help string is always shown...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Apr 2007 22:00:52 +0000 (22:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Apr 2007 22:00:52 +0000 (22:00 +0000)
commitfa36fe3680d7bdf55a54885444972368fe5edfe6
treeee1f0ba11031f8c9200424a45d4ea6ae4b6a7269
parentddeca22ce86e16e0d67e1a7dd2102c8251ab4792
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@45229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/frame.h
src/common/framecmn.cpp
src/common/tbarbase.cpp
src/os2/frame.cpp