From c6d4dac5f48773e130ffc4f3b074d00cdb1adcb5 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 4 Apr 2005 15:45:59 +0000 Subject: [PATCH] corrected DSM git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index cac45b0cbc..1a23c8f8d6 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -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...