diff options
-rw-r--r-- | plugins/Actman/services.ini | 15 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/m_historypp.inc | 2 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/resource.h | 1 |
3 files changed, 1 insertions, 17 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 6edd800133..333546b126 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -454,21 +454,6 @@ lparam=0 return=int 0, if successful
descr=Set protocol status
-[Service:<proto>/SetXStatus]
-alias=PS_ICQ_SETCUSTOMSTATUS
-;alias=JS_SETXSTATUSEX
-wparam=0 None|1 Angry|2 Taking a bath|3 Tired|4 Birthday|5 Drinking beer|6 Thinking|7 Eating|8 Watching TV|9 Meeting|10 Coffee|11 Listening to music|12 Business|13 Shooting|14 Having fun|15 On the phone|16 Gaming|17 Studying|18 Shopping|19 Feeling sick|20 Sleeping|21 Surfing|22 Browsing|23 Working|24 Typing|25 Picnic|26 Cooking|27 Smoking|28 I'm high|29 On WC|30 To be or not to be|31 Watching pro7 on TV|32 Love
-lparam=0
-plugin=ICQ
-descr=Sets owner current custom status
-
-[Service:<proto>/ShowXStatusDetails]
-alias=MS_XSTATUS_SHOWDETAILS
-wparam=0|hContact
-lparam=0
-plugin=ICQ
-descr=Display xStatus detail
-
[Event:Actions/Changed]
alias=ME_ACT_CHANGED
plugin=ActMan
diff --git a/plugins/HistoryPlusPlus/m_historypp.inc b/plugins/HistoryPlusPlus/m_historypp.inc index e2f547da2d..3bd0de87c5 100644 --- a/plugins/HistoryPlusPlus/m_historypp.inc +++ b/plugins/HistoryPlusPlus/m_historypp.inc @@ -95,7 +95,7 @@ type hContact : TMCONTACT; // handle to the contact for which the event is processed hDBEvent : TMEVENT; // handle to the event which is processed dwEventTime : DWord; // timestamp of the event - wEventType : Word; // Event's flags (see m_database, EVENTTYPE_*; m_icq, ICQEVENTTYPE_*) + wEventType : Word; // Event's flags (see m_database, EVENTTYPE_*) IsEventSent : ByteBool; // Outgoing event. True if DBEF_SENT event flag is present (see m_database) bHistoryWindow: Byte; // What kind of window history. See IRDHW_* values dwFlags : DWord; // Any reasonable combination of IRDF_* flags. diff --git a/plugins/UserInfoEx/src/resource.h b/plugins/UserInfoEx/src/resource.h index 78c166e3e8..1c2bea1103 100644 --- a/plugins/UserInfoEx/src/resource.h +++ b/plugins/UserInfoEx/src/resource.h @@ -181,7 +181,6 @@ #define BTN_BROWSEDIR 1555
#define CHECK_OPT_AUTOTIMEZONE 1561
#define CHECK_OPT_SREMAIL_ENABLED 1562
-#define CHECK_OPT_SENDSMS_MENUITEMS3 1563
#define IDNONE 1565
#define CHECK_OPT_READONLYLABEL 1566
#define TXT_DATEADDED 1566
|