diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_icq.h | 4 | ||||
-rw-r--r-- | include/m_imgsrvc.h | 2 | ||||
-rw-r--r-- | include/m_langpack.h | 2 | ||||
-rw-r--r-- | include/m_netlib.h | 2 | ||||
-rw-r--r-- | include/m_plugins.h | 2 |
5 files changed, 8 insertions, 4 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"
diff --git a/include/m_imgsrvc.h b/include/m_imgsrvc.h index 37f65f4292..55f4ebe8b3 100644 --- a/include/m_imgsrvc.h +++ b/include/m_imgsrvc.h @@ -1,7 +1,7 @@ /*
Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2008 Miranda ICQ/IM project,
+Copyright 2000-2012 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/include/m_langpack.h b/include/m_langpack.h index 529c672967..cdcd401d59 100644 --- a/include/m_langpack.h +++ b/include/m_langpack.h @@ -2,7 +2,7 @@ Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2008 Miranda ICQ/IM project,
+Copyright 2000-2012 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/include/m_netlib.h b/include/m_netlib.h index 34a6647c66..8a810a32f7 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -2,7 +2,7 @@ Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2008 Miranda ICQ/IM project,
+Copyright 2000-2012 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/include/m_plugins.h b/include/m_plugins.h index 480ecb0967..c47d29e75b 100644 --- a/include/m_plugins.h +++ b/include/m_plugins.h @@ -2,7 +2,7 @@ Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2008 Miranda ICQ/IM project,
+Copyright 2000-2012 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
|