]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/mimecmn.cpp
even more fixes to last-minute wxFileSystem mods
[wxWidgets.git] / src / common / mimecmn.cpp
index 1335ec68bfa646b3aa5b35810c1d64b18e77c671..c663f9d7bdbbfb242cecc52126c9c8bf8461897b 100644 (file)
@@ -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") );