diff options
author | dartraiden <wowemuh@gmail.com> | 2022-01-26 23:10:18 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-01-26 23:10:18 +0300 |
commit | b34e4cb3da93e2dd56ea1e6f7d19ec1a958b1e00 (patch) | |
tree | f6984762c78c29aa556974409092f6cdcac8a6c5 /protocols | |
parent | d780097e5c0cbe6d9f0a815c7e1c7349f64337e1 (diff) |
Sync with "Network -> <pluginname>" section name
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/GmailNotifier/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |