Home
last modified time | relevance | path

Searched defs:menu_str (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCFloatPlaylistDlg.cpp40 const wstring& menu_str = theApp.m_str_table.LoadText(L"UI_TXT_PLAYLIST_TOOLBAR_ADD"); in RefreshData() local
45 const wstring& menu_str = theApp.m_str_table.LoadText(L"UI_TXT_PLAYLIST_TOOLBAR_FOLDER"); in RefreshData() local
263 wstring menu_str; in BEGIN_MESSAGE_MAP() local
H A DMusicPlayerDlg.cpp932 const wstring& menu_str = theApp.m_str_table.LoadText(L"UI_TXT_PLAYLIST_TOOLBAR_ADD"); in ShowPlayList() local
937 const wstring& menu_str = theApp.m_str_table.LoadText(L"UI_TXT_PLAYLIST_TOOLBAR_FOLDER"); in ShowPlayList() local
2248 wstring menu_str; in OnInitDialog() local
H A DCPlayerUIBase.cpp3066 { in DrawUiMenuBar()