Removed compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -323,11 +323,13 @@ void apAddContextHelpButton(wxWindow* parent, wxSizer* sizer, int sizerFlags, in
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
contextButton->SetHelpText(_("Invokes context-sensitive help for the clicked-on window."));
|
contextButton->SetHelpText(_("Invokes context-sensitive help for the clicked-on window."));
|
||||||
|
#if 0
|
||||||
if (wxGetApp().UsingTooltips())
|
if (wxGetApp().UsingTooltips())
|
||||||
{
|
{
|
||||||
contextButton->SetToolTip(_("Invokes context-sensitive help for the clicked-on window."));
|
contextButton->SetToolTip(_("Invokes context-sensitive help for the clicked-on window."));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get selected wxNotebook page
|
// Get selected wxNotebook page
|
||||||
|
Reference in New Issue
Block a user