diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-11 19:28:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-11 19:28:21 +0300 |
commit | 57c5323947808f0d71da342b9950d2632f7c851a (patch) | |
tree | c9369bc5d8628877903dde2ae48e4023c94e186c /plugins/CloudFile/src/Services/google_service.cpp | |
parent | 6321704b88ff10efd651addd428ea53af3793007 (diff) |
fixes #1185 (Add icon to CloudFile accounts)
Diffstat (limited to 'plugins/CloudFile/src/Services/google_service.cpp')
-rw-r--r-- | plugins/CloudFile/src/Services/google_service.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp index 5298945e7a..dcf4e0725d 100644 --- a/plugins/CloudFile/src/Services/google_service.cpp +++ b/plugins/CloudFile/src/Services/google_service.cpp @@ -3,7 +3,9 @@ CGDriveService::CGDriveService(const char *protoName, const wchar_t *userName) : CCloudService(protoName, userName) -{} +{ + m_hProtoIcon = GetIconHandle(IDI_GDRIVE); +} CGDriveService* CGDriveService::Init(const char *moduleName, const wchar_t *userName) { |