Add MediaPlayer to this file

This commit is contained in:
Dyras 2021-03-27 12:47:12 +01:00 committed by GitHub
parent bcaf6202c6
commit fba494e807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -816,9 +816,10 @@ void CThirdPartyDialog::CollectTemplates()
ini.GetTemplateNames(L"Desktop", names);
ini.GetTemplateNames(L"Download", names);
ini.GetTemplateNames(L"Misc", names);
ini.GetTemplateNames(L"WebBrowser", names);
ini.GetTemplateNames(L"WebBrowser", names);
ini.GetTemplateNames(L"MediaPlayer", names);
ini.GetTemplateNames(L"TorrentClient", names);
m_templates.RemoveAll();
while (! names.IsEmpty()) {
CString tmpl_name = names.RemoveHead();