diff options
author | George Hazan <ghazan@miranda.im> | 2018-10-18 21:50:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-10-18 21:50:13 +0300 |
commit | d0b5caf64e6a01112a8fce4b93340fb0cb88edbe (patch) | |
tree | 29188b25368162bfdfbecfb1dd3c960808191cef /plugins/Import/src/stdafx.h | |
parent | 589b7562b76ade5afb5e50e7eacf74782205c498 (diff) |
fixes #1622 (Add ability to copy text from Import log)
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r-- | plugins/Import/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 06c0454843..c30d02c3b0 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -115,6 +115,7 @@ public: void OnNext() override;
void OnTimer(CTimer*);
+ void OnContextMenu(CCtrlBase*);
void AddMessage(const wchar_t *pMsg);
void SetProgress(int);
|