diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-30 17:40:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-30 17:40:55 +0000 |
commit | 92874115e64ad763e9f56aa2a9f052deb1e8245d (patch) | |
tree | 5df7bc83c014d95331f3adccef1e92d1c02f5b8f /include/m_icq.h | |
parent | 88708cffa15662dcd2755fce699112d24a10a087 (diff) |
another minor sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_icq.h')
-rw-r--r-- | include/m_icq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_icq.h b/include/m_icq.h index 63e226d99b..91e1b9237a 100644 --- a/include/m_icq.h +++ b/include/m_icq.h @@ -63,6 +63,10 @@ typedef struct { // wParam=(WPARAM)hContact
#define MS_REVOKE_AUTH "/RevokeAuth"
+// Open ICQ profile
+// wParam=(WPARAM)hContact
+#define MS_OPEN_PROFILE "/OpenProfile"
+
// Add contact to server-list
// wParam=(WPARAM)hContact
#define MS_ICQ_ADDSERVCONTACT "/AddServerContact"
|