Use MLTE by default for wxPython

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-04-03 23:54:12 +00:00
parent 98719eabe0
commit bdd9b1ad47

View 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);