diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-01 18:38:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-01 18:38:47 +0300 |
commit | 0f2e98b6058835b2dc0dbad8fd648b398d2a8917 (patch) | |
tree | 43397f8f594096d24a015a799dc3c4470fadfc4c /protocols/Gadu-Gadu/src/gg_proto.cpp | |
parent | dc8c4db75a2cb08919e8df9d8be194661af18d5e (diff) |
fixes #3368 (GG: наладить опцию "Указать серверы вручную")
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg_proto.cpp')
-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 44234ddb35..7f6affb0c4 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -29,7 +29,7 @@ GaduProto::GaduProto(const char *pszProtoName, const wchar_t *tszUserName) : // options
m_forwardPort(this, "ForwardPort", 1550),
m_forwardHost(this, "ForwardHost", L""),
- m_serverHosts(this, "ServerHosts", GG_KEYDEF_SERVERHOSTS),
+ m_serverHosts(this, "ServerHosts", L""),
m_autoRecconect(this, "AReconnect", 0),
m_useForwarding(this, "Forwarding", 0),
m_useManualHosts(this, "ManualHost", 1),
|