Removed compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
de89696245
commit
02ae000a99
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user