From dae0eee5cac2a349102d78f71c03686a83866bb7 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 24 Jan 2022 17:50:56 +0300 Subject: We do not need to translate account names --- plugins/PasteIt/src/PasteIt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PasteIt/src') diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp index 0cfc630cee..ec291aae07 100644 --- a/plugins/PasteIt/src/PasteIt.cpp +++ b/plugins/PasteIt/src/PasteIt.cpp @@ -354,7 +354,7 @@ int CMPlugin::Load() NETLIBUSER nlu = {}; nlu.flags = NUF_UNICODE | NUF_OUTGOING | NUF_HTTPCONNS; nlu.szSettingsModule = MODULENAME; - nlu.szDescriptiveName.w = TranslateT("Paste It"); + nlu.szDescriptiveName.w = MODULENAME; g_hNetlibUser = Netlib_RegisterUser(&nlu); pasteToWebs[0] = new PasteToWeb1(); -- cgit v1.2.3