Index: src/ch/DstFileErrorDlg.cpp =================================================================== diff -u -N -r4c272b19c74694c428c943011f279ec064fbd894 -r328d5100c7f464a4b1fbbbd7ccfa07bf2aaae2cf --- src/ch/DstFileErrorDlg.cpp (.../DstFileErrorDlg.cpp) (revision 4c272b19c74694c428c943011f279ec064fbd894) +++ src/ch/DstFileErrorDlg.cpp (.../DstFileErrorDlg.cpp) (revision 328d5100c7f464a4b1fbbbd7ccfa07bf2aaae2cf) @@ -33,7 +33,7 @@ // CDstFileErrorDlg dialog CDstFileErrorDlg::CDstFileErrorDlg() - : CHLanguageDialog(CDstFileErrorDlg::IDD) + :ictranslate::CLanguageDialog(CDstFileErrorDlg::IDD) { //{{AFX_DATA_INIT(CDstFileErrorDlg) m_strMessage = _T(""); @@ -47,15 +47,15 @@ void CDstFileErrorDlg::DoDataExchange(CDataExchange* pDX) { - CHLanguageDialog::DoDataExchange(pDX); + CLanguageDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CDstFileErrorDlg) DDX_Text(pDX, IDC_MESSAGE_EDIT, m_strMessage); DDX_Text(pDX, IDC_FILENAME_EDIT, m_strFilename); //}}AFX_DATA_MAP } -BEGIN_MESSAGE_MAP(CDstFileErrorDlg, CHLanguageDialog) +BEGIN_MESSAGE_MAP(CDstFileErrorDlg,ictranslate::CLanguageDialog) //{{AFX_MSG_MAP(CDstFileErrorDlg) ON_BN_CLICKED(IDC_RETRY_BUTTON, OnRetryButton) ON_BN_CLICKED(IDC_IGNORE_BUTTON, OnIgnoreButton) @@ -95,12 +95,12 @@ SetWindowText(m_strTitle+_T(" [")+CString(_itot(m_iTime/1000, xx, 10))+_T("]")); } - CHLanguageDialog::OnTimer(nIDEvent); + CLanguageDialog::OnTimer(nIDEvent); } BOOL CDstFileErrorDlg::OnInitDialog() { - CHLanguageDialog::OnInitDialog(); + CLanguageDialog::OnInitDialog(); // make this dialog on top SetWindowPos(&wndNoTopMost, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE /*| SWP_SHOWWINDOW*/);