]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_TOOLTIPs => 1
authorJulian Smart <julian@anthemion.co.uk>
Fri, 3 Jan 2003 12:53:33 +0000 (12:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 3 Jan 2003 12:53:33 +0000 (12:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/setup0.h

index 1b0e39bbefaa804f87282e7e9bacf0d4b08c4c17..7f3502fbeaa897b772a42441e17cdea14a74e14b 100644 (file)
 // Default is 1.
 //
 // Recommended setting: 1
-#if defined(__WIN32__)
-    #define wxUSE_TOOLTIPS 0 //? error 'SetWindow' cannot convert parameter 1 ...
-#else
-    #define wxUSE_TOOLTIPS 0
-#endif
+#define wxUSE_TOOLTIPS 1
 
 // wxValidator class and related methods
 #define wxUSE_VALIDATORS 1