Index: src/ictranslate/ICTranslateDlg.cpp =================================================================== diff -u -N -r454505cd84bed489de72fb95d514be8834388ff8 -ra7d20eee5bbbb94fe52b2cea4a0e55338ebb9d30 --- src/ictranslate/ICTranslateDlg.cpp (.../ICTranslateDlg.cpp) (revision 454505cd84bed489de72fb95d514be8834388ff8) +++ src/ictranslate/ICTranslateDlg.cpp (.../ICTranslateDlg.cpp) (revision a7d20eee5bbbb94fe52b2cea4a0e55338ebb9d30) @@ -66,8 +66,8 @@ CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_SRCDATA_LIST, m_ctlBaseLanguageList); DDX_Control(pDX, IDC_DSTDATA_LIST, m_ctlCustomLanguageList); - DDX_Control(pDX, IDC_SRCDATA_EDIT, m_ctlSrcText); - DDX_Control(pDX, IDC_DSTDATA_EDIT, m_ctlDstText); + DDX_Control(pDX, IDC_SRCDATA_RICHEDIT, m_ctlSrcText); + DDX_Control(pDX, IDC_DSTDATA_RICHEDIT, m_ctlDstText); DDX_Control(pDX, IDC_SRC_FILENAME_EDIT, m_ctlSrcFilename); DDX_Control(pDX, IDC_SRC_AUTHOR_EDIT, m_ctlSrcAuthor); DDX_Control(pDX, IDC_SRC_LANGUAGE_NAME_EDIT, m_ctlSrcLanguageName);