Index: src/ch/StatusDlg.cpp =================================================================== diff -u -N -rcadc78491ac98e5f21d395aa25578cdd740ce819 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/ch/StatusDlg.cpp (.../StatusDlg.cpp) (revision cadc78491ac98e5f21d395aa25578cdd740ce819) +++ src/ch/StatusDlg.cpp (.../StatusDlg.cpp) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -713,8 +713,8 @@ if(hResult < 32) { ictranslate::CFormat fmt(GetResManager().LoadString(IDS_SHELLEXECUTEERROR_STRING)); - fmt.SetParam(_t("%errno"), hResult); - fmt.SetParam(_t("%path"), spTask->GetLogPath().ToString()); + fmt.SetParam(_T("%errno"), hResult); + fmt.SetParam(_T("%path"), spTask->GetLogPath().ToString()); AfxMessageBox(fmt); } }