From: Julian Smart Date: Fri, 3 Jan 2003 12:53:33 +0000 (+0000) Subject: wxUSE_TOOLTIPs => 1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c8f9a56b7ce8710717ae9466d7bcce33c3c45d00 wxUSE_TOOLTIPs => 1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 1b0e39bbef..7f3502fbea 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -662,11 +662,7 @@ // 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