diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-05 19:23:27 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-05 19:23:31 +0300 |
commit | a716ef2bcd976387000014ad2bdd7c94df396624 (patch) | |
tree | 5bb777e6fedd092e026cf6275e8a5eb8aed8298e /include | |
parent | 8b9c5a4f77a35712d5bf54aa5cf44c261f8ecadc (diff) |
fixes #3091 (StdMsg/Scriver: Get rid of all hardcoded hotkeys)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 2c2bc53c5a..7ebfa731a8 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -288,6 +288,8 @@ class MIR_APP_EXPORT CSrmmBaseDialog : public CDlgBase void OnNickListTimer(CTimer *);
void OnRedrawTimer(CTimer *);
+ void ProcessToolbarHotkey(INT_PTR iButtonFrom);
+
std::vector<MEVENT> m_arDisplayedEvents;
protected:
|