]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed compilo
authorJulian Smart <julian@anthemion.co.uk>
Sat, 14 Jun 2003 16:04:11 +0000 (16:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 14 Jun 2003 16:04:11 +0000 (16:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/configtool/src/utils.cpp

index 2be69b4ab8f3097ce5fabd4ff997661327a55346..13826439a691d854f4fbbbd7b23f505aa48df9a3 100644 (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