From 776200f3ea1f03b3fb03c55d07e5fe93630789be Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 22 Jan 2022 22:25:24 +0300 Subject: Fixes #2997 --- protocols/CurrencyRates/src/HTTPSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/CurrencyRates') 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); } -- cgit v1.2.3