Adds a TorrentClient class for torrent clients

This commit is contained in:
Dyras 2021-03-27 11:49:23 +01:00 committed by GitHub
parent 7621661e1f
commit e69ac72cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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