diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-08-02 14:11:40 +0300 | 
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-08-02 14:11:40 +0300 | 
| commit | 16dae6bd7df08d11cf9175239fb9b27f88c6f12c (patch) | |
| tree | 4a1f2976ff1256ea807108ece5c2df95b8732bf2 /plugins/Scriver/src | |
| parent | 3b014e321cb0b4fd9ff761cf145b94f71576fdd8 (diff) | |
fixes #2373 (NewStory: не работают фильтры)
Diffstat (limited to 'plugins/Scriver/src')
| -rw-r--r-- | plugins/Scriver/src/msglog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 5cc9a73cb5..4901a9f1fb 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -662,7 +662,7 @@ public:  	////////////////////////////////////////////////////////////////////////////////////////
 -	void LogEvents(const LOGINFO *lin) override
 +	void LogChatEvents(const LOGINFO *lin) override
  	{
  		if (m_rtf.GetHwnd() == nullptr)
  			return;
  | 
