Index: src/ch/AboutDlg.cpp =================================================================== diff -u -r3251fd2886cbf7422afa6ab7a3868e86d100b6c7 -r8068e0c351055554340ac9755d1bc846893bf2b8 --- src/ch/AboutDlg.cpp (.../AboutDlg.cpp) (revision 3251fd2886cbf7422afa6ab7a3868e86d100b6c7) +++ src/ch/AboutDlg.cpp (.../AboutDlg.cpp) (revision 8068e0c351055554340ac9755d1bc846893bf2b8) @@ -29,7 +29,7 @@ bool CAboutDlg::m_bLock=false; -CAboutDlg::CAboutDlg() :ictranslate::CLanguageDialog(CAboutDlg::IDD, NULL, &m_bLock) +CAboutDlg::CAboutDlg() :ictranslate::CLanguageDialog(IDD_ABOUTBOX, nullptr, &m_bLock) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT @@ -78,8 +78,8 @@ if(pLangData) { ictranslate::CFormat fmt(rResManager.LoadString(IDS_ABOUT_LANGUAGE_STRING)); - fmt.SetParam(_t("%langname"), pLangData->GetLangName()); - fmt.SetParam(_t("%authors"), pLangData->GetAuthor()); + fmt.SetParam(_T("%langname"), pLangData->GetLangName()); + fmt.SetParam(_T("%authors"), pLangData->GetAuthor()); pctlLanguage->SetWindowText(fmt); }