From b34e4cb3da93e2dd56ea1e6f7d19ec1a958b1e00 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 26 Jan 2022 23:10:18 +0300 Subject: Sync with "Network -> " section name --- protocols/GmailNotifier/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/GmailNotifier') diff --git a/protocols/GmailNotifier/src/main.cpp b/protocols/GmailNotifier/src/main.cpp index 0efc236c6d..c4a4588c0b 100644 --- a/protocols/GmailNotifier/src/main.cpp +++ b/protocols/GmailNotifier/src/main.cpp @@ -91,7 +91,7 @@ int CMPlugin::Load() NETLIBUSER nlu = {}; nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_NOHTTPSOPTION | NUF_UNICODE; nlu.szSettingsModule = MODULENAME; - nlu.szDescriptiveName.w = TranslateT("Gmail Notifier"); + nlu.szDescriptiveName.w = TranslateT("GmailNotifier"); hNetlibUser = Netlib_RegisterUser(&nlu); CreateProtoServiceFunction(MODULENAME, PS_GETCAPS, GetCaps); -- cgit v1.2.3