Index: src/ch/RecentDlg.cpp =================================================================== diff -u -N -r9ea1e103b5fa4ddfebf8028f121ce16e917eec04 -r8f15ad1d2f65340f4f5a30bc95f40a12b0b7dd66 --- src/ch/RecentDlg.cpp (.../RecentDlg.cpp) (revision 9ea1e103b5fa4ddfebf8028f121ce16e917eec04) +++ src/ch/RecentDlg.cpp (.../RecentDlg.cpp) (revision 8f15ad1d2f65340f4f5a30bc95f40a12b0b7dd66) @@ -32,11 +32,8 @@ CRecentDlg::CRecentDlg(CWnd* pParent /*=NULL*/) - :ictranslate::CLanguageDialog(CRecentDlg::IDD, pParent) + :ictranslate::CLanguageDialog(IDD_RECENTEDIT_DIALOG, pParent) { - //{{AFX_DATA_INIT(CRecentDlg) - m_strPath = _T(""); - //}}AFX_DATA_INIT }