]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Use the wx.ART_NORMAL_FILE icon
[wxWidgets.git] / wxPython / src / helpers.cpp
index 59499e566ab77e9466347f73797c8ffe600b6799..a1a20b66fa7113e7549e295c15205ce3c4559cec 100644 (file)
@@ -442,7 +442,7 @@ void wxPyApp::_BootstrapApp()
         setlocale(LC_NUMERIC, "C");
 #endif
 
-        wxSystemOptions::SetOption(wxT("mac.textcontrol-use-mlte"), 1);
+//        wxSystemOptions::SetOption(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...