X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7c75283f2144469e8fa6a24ca285b42fab69a6b..42f8298f6f42d5d63bb3caf65682b7d9d9f8b702:/wxPython/contrib/activex/wxie/IEHtmlWin.cpp diff --git a/wxPython/contrib/activex/wxie/IEHtmlWin.cpp b/wxPython/contrib/activex/wxie/IEHtmlWin.cpp index cab5efcdd7..b157fb9928 100644 --- a/wxPython/contrib/activex/wxie/IEHtmlWin.cpp +++ b/wxPython/contrib/activex/wxie/IEHtmlWin.cpp @@ -328,7 +328,7 @@ bool wxIEHtmlWin::GoHome() { try { - CallMethod("GoHome"); + CallMethod(_T("GoHome")); return true; } catch(exception&)