Index: src/ch/CustomCopyDlg.cpp =================================================================== diff -u -N -rebabad67cdda34ed4e36ab794e10d0ade8124bf3 -r328d5100c7f464a4b1fbbbd7ccfa07bf2aaae2cf --- src/ch/CustomCopyDlg.cpp (.../CustomCopyDlg.cpp) (revision ebabad67cdda34ed4e36ab794e10d0ade8124bf3) +++ src/ch/CustomCopyDlg.cpp (.../CustomCopyDlg.cpp) (revision 328d5100c7f464a4b1fbbbd7ccfa07bf2aaae2cf) @@ -38,7 +38,7 @@ // CCustomCopyDlg dialog -CCustomCopyDlg::CCustomCopyDlg() : CHLanguageDialog(CCustomCopyDlg::IDD) +CCustomCopyDlg::CCustomCopyDlg() :ictranslate::CLanguageDialog(CCustomCopyDlg::IDD) { //{{AFX_DATA_INIT(CCustomCopyDlg) m_ucCount = 1; @@ -68,7 +68,7 @@ void CCustomCopyDlg::DoDataExchange(CDataExchange* pDX) { - CHLanguageDialog::DoDataExchange(pDX); + CLanguageDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CCustomCopyDlg) DDX_Control(pDX, IDC_DESTPATH_COMBOBOXEX, m_ctlDstPath); DDX_Control(pDX, IDC_COUNT_SPIN, m_ctlCountSpin); @@ -88,7 +88,7 @@ } -BEGIN_MESSAGE_MAP(CCustomCopyDlg, CHLanguageDialog) +BEGIN_MESSAGE_MAP(CCustomCopyDlg,ictranslate::CLanguageDialog) //{{AFX_MSG_MAP(CCustomCopyDlg) ON_BN_CLICKED(IDC_ADDDIR_BUTTON, OnAddDirectoryButton) ON_BN_CLICKED(IDC_ADDFILE_BUTTON, OnAddFilesButton) @@ -114,7 +114,7 @@ // CCustomCopyDlg message handlers BOOL CCustomCopyDlg::OnInitDialog() { - CHLanguageDialog::OnInitDialog(); + CLanguageDialog::OnInitDialog(); // make this dialog on top SetWindowPos(&wndNoTopMost, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE /*| SWP_SHOWWINDOW*/); @@ -450,7 +450,7 @@ if (m_ccData.m_strDestPath.IsEmpty() || m_ccData.m_astrPaths.GetSize() == 0) MsgBox(IDS_MISSINGDATA_STRING); else - CHLanguageDialog::OnOK(); + CLanguageDialog::OnOK(); } void CCustomCopyDlg::SetBuffersizesString() @@ -707,7 +707,7 @@ m_ctlFiles.SetImageList(NULL, LVSIL_SMALL); m_ilImages.Detach(); - CHLanguageDialog::OnDestroy(); + CLanguageDialog::OnDestroy(); } void CCustomCopyDlg::EnableControls()