corrected DSM

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-04-04 15:45:59 +00:00
parent bd07485ce3
commit c6d4dac5f4

View File

@ -440,7 +440,7 @@ void wxPyApp::_BootstrapApp()
setlocale(LC_NUMERIC, "C");
#endif
wxSystemOptions::SetOptionInt(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...