summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-01-27 20:19:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-01-27 20:19:23 +0300
commit81ccc3118d53a2e09e64ce4b750cf9dd7cbc9b5a (patch)
treeec21842d04b055cbe1bac344b04e3292d00b4708 /plugins/NewStory/src/main.cpp
parent82af5f627aadcd1e0ee474a41c6fb51bdef6a7b2 (diff)
fixes #3016 (Названия журналов так и не переводятся)
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r--plugins/NewStory/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp
index d86fce7cfb..cfde3a75d8 100644
--- a/plugins/NewStory/src/main.cpp
+++ b/plugins/NewStory/src/main.cpp
@@ -96,7 +96,7 @@ int CMPlugin::Load()
bDrawEdge = g_bOptDrawEdge;
bMsgGrouping = g_bOptGrouping;
- m_log = RegisterSrmmLog(MODULETITLE, _T(MODULENAME), NewStory_Stub);
+ m_log = RegisterSrmmLog(this, MODULETITLE, _T(MODULENAME), NewStory_Stub);
HookEvent(ME_OPT_INITIALISE, OptionsInitialize);
HookEvent(ME_SYSTEM_MODULESLOADED, evtModulesLoaded);