X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57e6713594b149b521f9f2a85f8345be4f78eb60..008a56c968ed7e0694e32e93c2dbf95dde2ba5c8:/src/common/mimecmn.cpp?ds=sidebyside diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 1335ec68bf..c663f9d7bd 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -426,7 +426,7 @@ bool wxFileType::SetDefaultIcon(const wxString& cmd, int index) // VZ: should we do this? // chris elliott : only makes sense in MS windows if ( sTmp.empty() ) - GetOpenCommand(&sTmp, wxFileType::MessageParameters("", "")); + GetOpenCommand(&sTmp, wxFileType::MessageParameters(wxT(""), wxT(""))); #endif wxCHECK_MSG( !sTmp.empty(), FALSE, _T("need the icon file") );