diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-29 14:31:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-29 14:31:18 +0300 |
commit | 98d38b5b18a0552649ccde10e438690ad1b7d9e2 (patch) | |
tree | 9c8bb15c3f66f7029d1fa04163b2a3ea70abf618 /include/m_srmm_int.h | |
parent | 8b9fc123189ad55d05b1135ccfc415bc35423178 (diff) |
CSrmmBaseDialog: obsolete menu clicking code removed
Diffstat (limited to 'include/m_srmm_int.h')
-rw-r--r-- | include/m_srmm_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index d1ef3109b5..00f701bc44 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -340,6 +340,7 @@ protected: void onClick_History(CCtrlButton *);
void onClick_CloseQuote(CCtrlButton *);
+ void onContextMenu(CContextMenuPos *);
void onDblClick_List(CCtrlListBox *);
public:
|