diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-08 14:44:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-08 14:44:18 +0300 |
commit | ac91cd55be7e2f69cfbf7e039feba2bdee7edfc0 (patch) | |
tree | 6a53476830d11ba0d8905d1b750fc6e348c29c2e /protocols/Gadu-Gadu/src | |
parent | a19539f3372a0c25c2159d07b442ab318cd2420e (diff) |
fixes #4965 (Folders: некоторые строки не переводятся)
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp index a083507708..4a9954195e 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -79,7 +79,7 @@ GaduProto::GaduProto(const char *pszProtoName, const wchar_t *tszUserName) : wchar_t szPath[MAX_PATH];
mir_snwprintf(szPath, L"%s\\%s\\ImageCache", (wchar_t*)VARSW(L"%miranda_userdata%"), m_tszUserName);
- hImagesFolder = FoldersRegisterCustomPathW(LPGEN("Images"), m_szModuleName, szPath, m_tszUserName);
+ hImagesFolder = FoldersRegisterCustomPathW(LPGEN("Images"), m_szModuleName, szPath);
uint32_t pluginVersion = getDword(GG_PLUGINVERSION, 0);
if (pluginVersion < pluginInfoEx.version)
|