diff options
Diffstat (limited to 'plugins/CloudFile/src/Services/google_service.cpp')
-rw-r--r-- | plugins/CloudFile/src/Services/google_service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp index d378f8bf55..af7d0400bd 100644 --- a/plugins/CloudFile/src/Services/google_service.cpp +++ b/plugins/CloudFile/src/Services/google_service.cpp @@ -13,7 +13,7 @@ const char* CGDriveService::GetModule() const const wchar_t* CGDriveService::GetText() const { - return L"GDrive"; + return LPGENW("Google Drive"); } int CGDriveService::GetIconId() const |