diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-14 20:52:44 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-14 20:52:44 +0000 |
commit | b28379050fa05a1a6642548d9d31c4d7d2779815 (patch) | |
tree | fd93a62553e590851c22775ac15703af9efd6734 /protocols/Skype/src/resource.h | |
parent | 7babc5212cc846d2a7d1ffa964663dea497d3ef4 (diff) |
- added contact sending (via SendReceiveContacts) and receiving
- some few bug fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 56 |
1 files changed, 27 insertions, 29 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index df27045a46..94714f7290 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -20,6 +20,7 @@ #define IDI_CALL 108
#define IDI_CONF_INVITE 109
#define IDI_CONF_SPAWN 110
+#define IDI_SEND_CONTACTS 111
#define IDC_CCLIST 173
#define IDC_EDITSCR 174
#define IDC_ADDSCR 175
@@ -30,43 +31,40 @@ #define IDC_SAVEPASSWORD 1005
#define IDC_PASSWORD 1006
#define IDC_INSTRUCTION 1007
-#define IDC_SID 1008
-#define IDC_STATUSTEXT 1009
-#define IDC_ONLINESINCE 1010
-#define IDC_LASTEVENTDATE 1011
-#define IDC_PASSWORD3 1011
-#define IDC_LASTPROFILECHANGE 1012
+#define IDC_INSTRUCTION2 1008
+#define IDC_INSTRUCTION3 1009
+#define IDC_SID 1010
+#define IDC_STATUSTEXT 1011
+#define IDC_ONLINESINCE 1012
+#define IDC_LASTEVENTDATE 1013
+#define IDC_PASSWORD3 1014
+#define IDC_LASTPROFILECHANGE 1015
#define IDC_PORT 1016
#define IDC_USE_ALT_PORTS 1017
#define IDC_REGISTER 1018
#define IDC_CHANGE_PWD 1019
#define IDC_DEFAULT_GROUP 1020
#define IDC_GROUP 1021
-#define IDC_INSTRUCTION2 1022
#define IDC_PASSWORD2 1023
-#define IDC_INSTRUCTION3 1024
#define IDC_FULLNAME 1025
-#define IDC_EMAIL1 1025
-#define IDC_BIRTH_DAY 1026
-#define IDC_EMAIL2 1026
-#define IDC_BIRTH_MONTH 1027
-#define IDC_EMAIL3 1027
-#define IDC_BIRTH_YEAR 1028
-#define IDC_MOBPHONE 1028
-#define IDC_GENDER 1029
-#define IDC_HOMEPHONE 1029
-#define IDC_HOMEPAGE 1030
-#define IDC_HOMEPHONE2 1030
-#define IDC_OFFICEPHONE 1030
-#define IDC_LANGUAGE 1031
-#define IDC_ABOUT 1034
-#define IDC_ABOUT2 1035
-#define IDC_MOOD 1035
-#define IDC_CITY 1036
-#define IDC_STATE 1037
-#define IDC_COUNTRY 1038
-#define IDC_COUNTRY2 1039
-#define IDC_TIMEZONE 1039
+#define IDC_EMAIL1 1026
+#define IDC_EMAIL2 1027
+#define IDC_EMAIL3 1028
+#define IDC_BIRTH_DAY 1029
+#define IDC_BIRTH_MONTH 1030
+#define IDC_BIRTH_YEAR 1031
+#define IDC_MOBPHONE 1032
+#define IDC_GENDER 1033
+#define IDC_HOMEPHONE 1034
+#define IDC_HOMEPAGE 1035
+#define IDC_OFFICEPHONE 1036
+#define IDC_LANGUAGE 1037
+#define IDC_ABOUT 1038
+#define IDC_MOOD 1039
+#define IDC_CITY 1040
+#define IDC_STATE 1041
+#define IDC_COUNTRY 1042
+#define IDC_TIMEZONE 1043
// Next default values for new objects
//
|