diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-30 18:57:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-30 18:57:14 +0300 |
commit | b362935f54084acecfe8f8a1f60a1fa18ac46d66 (patch) | |
tree | 8d292423e4731bf271074cb2ae5f5b9b65a722eb /plugins/BasicHistory | |
parent | ec516b756030446b0a6b11604e102f3ec7b03031 (diff) |
obsolete ICQ trash removed from headers
Diffstat (limited to 'plugins/BasicHistory')
-rw-r--r-- | plugins/BasicHistory/src/Options.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/BasicHistory/src/Options.cpp b/plugins/BasicHistory/src/Options.cpp index 797e41b92d..82fe319919 100644 --- a/plugins/BasicHistory/src/Options.cpp +++ b/plugins/BasicHistory/src/Options.cpp @@ -36,8 +36,7 @@ EventNames[] = EVENTTYPE_FILE, LPGENW("File transfer"),
EVENTTYPE_AUTHREQUEST, LPGENW("Authorization request"),
EVENTTYPE_ADDED, LPGENW("You were added"),
- EVENTTYPE_CONTACTS, LPGENW("Contacts received"),
- ICQEVENTTYPE_SMS, LPGENW("SMS message")
+ EVENTTYPE_CONTACTS, LPGENW("Contacts received")
};
struct TCpTable
|