diff options
author | George Hazan <ghazan@miranda.im> | 2022-01-27 20:19:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-01-27 20:19:23 +0300 |
commit | 81ccc3118d53a2e09e64ce4b750cf9dd7cbc9b5a (patch) | |
tree | ec21842d04b055cbe1bac344b04e3292d00b4708 /plugins/Scriver/src/srmm.cpp | |
parent | 82af5f627aadcd1e0ee474a41c6fb51bdef6a7b2 (diff) |
fixes #3016 (Названия журналов так и не переводятся)
Diffstat (limited to 'plugins/Scriver/src/srmm.cpp')
-rw-r--r-- | plugins/Scriver/src/srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/srmm.cpp b/plugins/Scriver/src/srmm.cpp index 7d60777049..c273300572 100644 --- a/plugins/Scriver/src/srmm.cpp +++ b/plugins/Scriver/src/srmm.cpp @@ -124,7 +124,7 @@ int CMPlugin::Load() if (IsWinVer7Plus())
CoCreateInstance(CLSID_TaskbarList, nullptr, CLSCTX_ALL, IID_ITaskbarList3, (void**)&pTaskbarInterface);
- hLogger = RegisterSrmmLog("built-in", LPGENW("Scriver internal log"), &logBuilder);
+ hLogger = RegisterSrmmLog(this, "built-in", LPGENW("Scriver internal log"), &logBuilder);
switch (getByte("UseIEView", -1)) {
case 1:
|