Merging the VLC fixes into this file

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

View File

@ -1042,6 +1042,13 @@ void CAppPage::AddPages(CPropertySheet &sheet, const CString &BoxName)
info.WithCreate = FALSE;
m_app_pages.AddTail(new CAppPage(&info, BoxName));
info.ClassName = L"MediaPlayer";
info.TitleId = MSG_4393;
info.LabelId = MSG_4394;
info.WithLink = FALSE;
info.WithCreate = FALSE;
m_app_pages.AddTail(new CAppPage(&info, BoxName));
info.ClassName = L"TorrentClient";
info.TitleId = MSG_4396;
info.LabelId = MSG_4397;