define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Jun 2005 00:25:06 +0000 (00:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Jun 2005 00:25:06 +0000 (00:25 +0000)
commit6c3c55cf30584177001a3fdbfe0a011cac3f8996
treec4bb1a51c26ffe2b2ebfeddb879f9257236a7c1f
parentc54a8b645648ad65753d2cc0afee20c7d5cb6c6d
define SetHelpText() to do nothing when wxUSE_HELP==0, otherwise we'd need to #ifdef all its calls in wx code to allow compilation with wxUSE_HELP==0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/window.h