From: Stefan Csomor Date: Mon, 12 Jul 2004 07:06:14 +0000 (+0000) Subject: added MLTE support for 10.2 via classic implementation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3527e5324247dca419d71d4e4658b20c6f10340a added MLTE support for 10.2 via classic implementation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index 0e5bf76b19..599dc75b6b 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -56,6 +56,8 @@ #include #endif +// if this is set to 1 then under OSX 10.2 the 'classic' MLTE implementation will be used +// if set to 0 then the unicode textctrl will be used #ifndef wxMAC_AWAYS_USE_MLTE #define wxMAC_AWAYS_USE_MLTE 1 #endif