diff options
author | aunsane <aunsane@gmail.com> | 2017-04-24 01:03:45 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-04-24 01:03:45 +0300 |
commit | de9873b0039e8085cb665e0b2ab6946a972e8e3e (patch) | |
tree | ab5cf566a7df53f5ead1d5edcf73b0e75dfd31eb /plugins/CloudFile/src/Services | |
parent | 03a956612c2c98eae68f6a8c50ccc08c2cef8f7c (diff) |
CloudFile: add icon to Yandex.Disk
Diffstat (limited to 'plugins/CloudFile/src/Services')
-rw-r--r-- | plugins/CloudFile/src/Services/yandex_service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/Services/yandex_service.cpp b/plugins/CloudFile/src/Services/yandex_service.cpp index 4ef0a5e115..2d08aa63a2 100644 --- a/plugins/CloudFile/src/Services/yandex_service.cpp +++ b/plugins/CloudFile/src/Services/yandex_service.cpp @@ -18,7 +18,7 @@ const wchar_t* CYandexService::GetText() const HANDLE CYandexService::GetIcon() const { - return NULL; + return GetIconHandle(IDI_YADISK); } bool CYandexService::IsLoggedIn() |