summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/Services/google_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CloudFile/src/Services/google_service.cpp')
-rw-r--r--plugins/CloudFile/src/Services/google_service.cpp4
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)
{