diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-06 14:00:00 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-06 14:00:00 +0300 |
commit | 5e232971e1eb3a0ce665a3e34b982db49676e653 (patch) | |
tree | 5b69b02ced00869773a5345a1f0bf77c10e61d50 /include/m_protoint.h | |
parent | cf6175b91f68dff14731bee7569602c6855ce2c7 (diff) |
copy+paste fix
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 04a026e1bc..693656bb0d 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -266,7 +266,7 @@ public: // 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
+ // called when an event is removed from the database
virtual void OnEventDeleted(MCONTACT, MEVENT);
// called when an event is altered in database
|