Don't set mac.textcontrol-use-mlte any longer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-25 01:41:15 +00:00
parent 870b7ef0e5
commit 15c892875c

View 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...