diff options
author | aunsane <aunsane@gmail.com> | 2017-04-26 22:47:52 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-04-26 22:47:52 +0300 |
commit | e12dfaff436fe7d882d065f3a724c39eadc67033 (patch) | |
tree | 79a09130931aac38694c47a4365f2b9d52bcb6ec /plugins | |
parent | 6817116c9afa913b12f8198b92bb1b4082cfcb0c (diff) |
CloudFile: fix Yandex disk name
Diffstat (limited to 'plugins')
-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 3a92743fc5..1b8abecf96 100644 --- a/plugins/CloudFile/src/Services/yandex_service.cpp +++ b/plugins/CloudFile/src/Services/yandex_service.cpp @@ -13,7 +13,7 @@ const char* CYandexService::GetModule() const const wchar_t* CYandexService::GetText() const { - return LPGENW("Yandex.Drive"); + return LPGENW("Yandex.Disk"); } int CYandexService::GetIconId() const |