summaryrefslogtreecommitdiff
path: root/protocols/CloudFile/src/Services/google_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/CloudFile/src/Services/google_service.cpp')
-rw-r--r--protocols/CloudFile/src/Services/google_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/Services/google_service.cpp b/protocols/CloudFile/src/Services/google_service.cpp
index 536d2ff65e..db4cfc1cbd 100644
--- a/protocols/CloudFile/src/Services/google_service.cpp
+++ b/protocols/CloudFile/src/Services/google_service.cpp
@@ -19,7 +19,7 @@ g_pluginGoogle;
CGDriveService::CGDriveService(const char *protoName, const wchar_t *userName) :
CCloudService(protoName, userName, &g_pluginGoogle)
{
- m_hProtoIcon = GetIconHandle(IDI_GDRIVE);
+ m_hProtoIcon = g_plugin.getIconHandle(IDI_GDRIVE);
}
CGDriveService* CGDriveService::Init(const char *moduleName, const wchar_t *userName)