diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 184d36d4c5..ed8b0f907f 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -258,6 +258,9 @@ public: // called when an account's contact is deleted
virtual void OnContactDeleted(MCONTACT);
+ // called when the Account Manager needs to draw short account's options
+ virtual MWindow OnCreateAccMgrUI(MWindow hwndParent);
+
// called when an event is altered in database
virtual void OnEventEdited(MCONTACT, MEVENT);
|