Index: src/ch/FeedbackFileErrorDlg.h
===================================================================
diff -u -N -r449a5b399ab21ca0d06050b47b264f2f704af966 -rf6706e71721e6828e4e3be894caec6808e27630b
--- src/ch/FeedbackFileErrorDlg.h	(.../FeedbackFileErrorDlg.h)	(revision 449a5b399ab21ca0d06050b47b264f2f704af966)
+++ src/ch/FeedbackFileErrorDlg.h	(.../FeedbackFileErrorDlg.h)	(revision f6706e71721e6828e4e3be894caec6808e27630b)
@@ -25,7 +25,7 @@
 	DECLARE_DYNAMIC(CFeedbackFileErrorDlg)
 
 public:
-	CFeedbackFileErrorDlg(const tchar_t* pszPath, ulong_t ulSysError, CWnd* pParent = NULL);   // standard constructor
+	CFeedbackFileErrorDlg(const tchar_t* pszSrcPath, const tchar_t* pszDstPath, ulong_t ulSysError, CWnd* pParent = NULL);   // standard constructor
 	virtual ~CFeedbackFileErrorDlg();
 
 	afx_msg void OnBnClickedRetryButton();
@@ -40,7 +40,8 @@
 public:
 	BOOL m_bAllItems;
 	CStatic m_ctlErrorInfo;
-	CString m_strPath;
+	CString m_strSrcPath;
+	CString m_strDstPath;
 	ulong_t m_ulSysError;
 	virtual BOOL OnInitDialog();
 };