Home
last modified time | relevance | path

Searched refs:GetTextResource (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DChinesePingyinRes.cpp17 std::wstring pingyin_res = CCommon::GetTextResource(IDR_CHINESE_PINGYIN, CodeType::UTF8_NO_BOM); in Init()
H A DAboutDlg.cpp219 dlg.SetMessageText(CCommon::GetTextResource(IDR_LICENSE, CodeType::UTF8_NO_BOM)); in OnNMClickLicenseSyslink()
318 << CCommon::GetTextResource(IDR_ACKNOWLEDGEMENT, CodeType::UTF8_NO_BOM); in OnNMClickAcknowledgementSyslink()
H A DIniHelper.cpp28 m_ini_str = CCommon::GetTextResource(id, code_type); in CIniHelper()
H A DCommon.h428 static wstring GetTextResource(UINT id, CodeType code_type);
H A DCommon.cpp1794 wstring CCommon::GetTextResource(UINT id, CodeType code_type) in GetTextResource() function in CCommon
1911 wstring compile_time = GetTextResource(IDR_COMPILE_TIME, CodeType::ANSI); in GetLastCompileTime()