Index: src/ictranslate/ictranslate.cpp =================================================================== diff -u -N -rbee51aca3d5d9b67ecac4f528a3203738cc63455 -ra7d20eee5bbbb94fe52b2cea4a0e55338ebb9d30 --- src/ictranslate/ictranslate.cpp (.../ictranslate.cpp) (revision bee51aca3d5d9b67ecac4f528a3203738cc63455) +++ src/ictranslate/ictranslate.cpp (.../ictranslate.cpp) (revision a7d20eee5bbbb94fe52b2cea4a0e55338ebb9d30) @@ -44,7 +44,8 @@ // in your application. InitCtrls.dwICC = ICC_WIN95_CLASSES; InitCommonControlsEx(&InitCtrls); - + + AfxInitRichEdit2(); CWinApp::InitInstance(); AfxEnableControlContainer(); @@ -56,7 +57,7 @@ // Change the registry key under which our settings are stored // TODO: You should modify this string to be something appropriate // such as the name of your company or organization - SetRegistryKey(_T("Local AppWizard-Generated Applications")); +// SetRegistryKey(_T("Local AppWizard-Generated Applications")); CICTranslateDlg dlg; m_pMainWnd = &dlg;