]> git.saurik.com Git - wxWidgets.git/commitdiff
added MLTE support for 10.2 via classic implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 12 Jul 2004 07:06:14 +0000 (07:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 12 Jul 2004 07:06:14 +0000 (07:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/textctrl.cpp

index 0e5bf76b192ceccd8f15b087a68f8e2ae951120c..599dc75b6b228923e7a46841fb5468cedc73c4d1 100644 (file)
@@ -56,6 +56,8 @@
 #include <Scrap.h>
 #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