diff options
-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
|