From 57c5323947808f0d71da342b9950d2632f7c851a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 11 Mar 2018 19:28:15 +0300 Subject: fixes #1185 (Add icon to CloudFile accounts) --- plugins/CloudFile/src/Services/microsoft_service.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/CloudFile/src/Services/microsoft_service.cpp') diff --git a/plugins/CloudFile/src/Services/microsoft_service.cpp b/plugins/CloudFile/src/Services/microsoft_service.cpp index 0a272a4e80..53b3a8574e 100644 --- a/plugins/CloudFile/src/Services/microsoft_service.cpp +++ b/plugins/CloudFile/src/Services/microsoft_service.cpp @@ -4,6 +4,7 @@ COneDriveService::COneDriveService(const char *protoName, const wchar_t *userName) : CCloudService(protoName, userName) { + m_hProtoIcon = GetIconHandle(IDI_ONEDRIVE); } COneDriveService* COneDriveService::Init(const char *moduleName, const wchar_t *userName) -- cgit v1.2.3