From: Alexander Shaposhnikov Date: Fri, 28 Jul 2017 22:42:00 +0000 (+0000) Subject: [RAPPS] Incorrect symbol replaced (why was it there though) X-Git-Tag: backups/GSoC_2017/rapps@75905~47 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0169546588ac42541aba340a585f1e9345a18cb8 [RAPPS] Incorrect symbol replaced (why was it there though) svn path=/branches/GSoC_2017/rapps/; revision=75434 --- diff --git a/reactos/base/applications/rapps/available.cpp b/reactos/base/applications/rapps/available.cpp index 599defadda3..c3419b5994d 100644 --- a/reactos/base/applications/rapps/available.cpp +++ b/reactos/base/applications/rapps/available.cpp @@ -251,7 +251,7 @@ BOOL CAvailableApps::UpdateAppsDB() if (!DeleteCurrentAppsDB()) return FALSE; - Ă‘DownloadManager::DownloadApplicationsDB(APPLICATION_DATABASE_URL); + CDownloadManager::DownloadApplicationsDB(APPLICATION_DATABASE_URL); if (m_szPath.IsEmpty()) return FALSE; @@ -280,7 +280,7 @@ BOOL CAvailableApps::EnumAvailableApplications(INT EnumType, AVAILENUMPROC lpEnu if (hFind == INVALID_HANDLE_VALUE) { if (GetFileAttributesW(m_szCabPath) == INVALID_FILE_ATTRIBUTES) - Ă‘DownloadManager::DownloadApplicationsDB(APPLICATION_DATABASE_URL); + CDownloadManager::DownloadApplicationsDB(APPLICATION_DATABASE_URL); ExtractFilesFromCab(m_szCabPath, m_szAppsPath); hFind = FindFirstFileW(m_szSearchPath.GetString(), &FindFileData);