diff options
| author | dartraiden <wowemuh@gmail.com> | 2022-01-24 17:50:56 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2022-01-24 17:50:56 +0300 |
| commit | dae0eee5cac2a349102d78f71c03686a83866bb7 (patch) | |
| tree | c850313ed2647b17847543d7564a810755abfd29 /plugins/PasteIt/src | |
| parent | 41ae1ce5bec8ba343750345972b26770129d81f8 (diff) | |
We do not need to translate account names
Diffstat (limited to 'plugins/PasteIt/src')
| -rw-r--r-- | plugins/PasteIt/src/PasteIt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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();
|
