Index: src/ch/FeedbackFileErrorDlg.cpp =================================================================== diff -u -N -r0d5b67ee96b435d63f7bf075dc8e28603793b187 -r3921d82d9605d98b2281f3f42d9f9c8385b89a3e --- src/ch/FeedbackFileErrorDlg.cpp (.../FeedbackFileErrorDlg.cpp) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) +++ src/ch/FeedbackFileErrorDlg.cpp (.../FeedbackFileErrorDlg.cpp) (revision 3921d82d9605d98b2281f3f42d9f9c8385b89a3e) @@ -74,7 +74,7 @@ fmt.SetParam(_T("%dstfilename"), m_strDstPath); fmt.SetParam(_T("%reason"), strError.c_str()); - m_ctlErrorInfo.SetWindowText(fmt); + m_ctlErrorInfo.SetWindowText(fmt.ToString()); return TRUE; // return TRUE unless you set the focus to a control // EXCEPTION: OCX Property Pages should return FALSE