Removed compilo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-06-14 16:04:11 +00:00
parent de89696245
commit 02ae000a99

View File

@ -323,11 +323,13 @@ void apAddContextHelpButton(wxWindow* parent, wxSizer* sizer, int sizerFlags, in
#endif
contextButton->SetHelpText(_("Invokes context-sensitive help for the clicked-on window."));
#if 0
if (wxGetApp().UsingTooltips())
{
contextButton->SetToolTip(_("Invokes context-sensitive help for the clicked-on window."));
}
#endif
#endif
}
// Get selected wxNotebook page