]> git.saurik.com Git - wxWidgets.git/commitdiff
Use MLTE by default for wxPython
authorRobin Dunn <robin@alldunn.com>
Sun, 3 Apr 2005 23:54:12 +0000 (23:54 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 3 Apr 2005 23:54:12 +0000 (23:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/helpers.cpp

index b5ad3f8f6b8a241c84b5ba0a24e78f4923fd6e20..e7898642b971b477ff2a2668dbfbcb4dfe334dca 100644 (file)
@@ -439,6 +439,8 @@ void wxPyApp::_BootstrapApp()
         setlocale(LC_NUMERIC, "C");
 #endif
 
+        wxSystemOptions::SetOptionInt(wxT("mac.textcontrol-use-mlte"), 1);
+        
         // The stock objects were all NULL when they were loaded into
         // SWIG generated proxies, so re-init those now...
         wxPy_ReinitStockObjects(3);