summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/HTTPSession.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-01-22 22:25:24 +0300
committerdartraiden <wowemuh@gmail.com>2022-01-22 22:25:24 +0300
commit776200f3ea1f03b3fb03c55d07e5fe93630789be (patch)
tree1a7294cb8e9eacdc739259aba21002ddac83240c /protocols/CurrencyRates/src/HTTPSession.cpp
parent29ceb68e4166d276aa910ddc9baa661edf652e57 (diff)
Fixes #2997
Diffstat (limited to 'protocols/CurrencyRates/src/HTTPSession.cpp')
-rw-r--r--protocols/CurrencyRates/src/HTTPSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CurrencyRates/src/HTTPSession.cpp b/protocols/CurrencyRates/src/HTTPSession.cpp
index 3c20328623..74f3a32e25 100644
--- a/protocols/CurrencyRates/src/HTTPSession.cpp
+++ b/protocols/CurrencyRates/src/HTTPSession.cpp
@@ -82,7 +82,7 @@ bool CHTTPSession::Init()
NETLIBUSER nlu = {};
nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_NOHTTPSOPTION | NUF_UNICODE;
nlu.szSettingsModule = MODULENAME;
- nlu.szDescriptiveName.w = TranslateT("CurrencyRates HTTP connections");
+ nlu.szDescriptiveName.w = TranslateT("CurrencyRates");
g_hNetLib = Netlib_RegisterUser(&nlu);
return (nullptr != g_hNetLib);
}