diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-10 12:01:55 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-10 12:01:55 +0000 |
commit | 78f97fe198286a120370f6c56921205191f986b0 (patch) | |
tree | 96629174df34f22697c5eaad7cfe102f8f7fd5eb /protocols/Tox/src/resource.h | |
parent | bff791f9bd1828c66e1462a4a3f86a800b58ad13 (diff) |
Tox:
- switched to new api
- updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@12726 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/resource.h')
-rw-r--r-- | protocols/Tox/src/resource.h | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index 241fda6951..69770bb555 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -2,7 +2,7 @@ // Microsoft Visual C++ generated include file.
// Used by e:\Projects\C++\MirandaNG\protocols\Tox\res\resource.rc
//
-#define IDD_CHATROOM_INVITE 16
+#define IDI_TOX 100
#define IDD_USER_INFO 101
#define IDD_PASSWORD 102
#define IDD_ACCOUNT_MANAGER 104
@@ -10,29 +10,31 @@ #define IDD_OPTIONS_MAIN 106
#define IDD_OPTIONS_NODES 107
#define IDD_ADDNODE 108
-#define IDD_NODE_EDITOR 108
-#define IDD_OPTIONS_AV 109
-#define IDI_TOX 120
+#define IDD_NODE_EDITOR 109
+#define IDD_OPTIONS_AV 110
+#define IDD_CHATROOM_INVITE 172
#define IDC_CCLIST 173
#define IDC_EDITSCR 174
#define IDC_TOXID 1001
#define IDC_CLIPBOARD 1002
-#define IDC_SEARCH 1004
-#define IDC_PASSWORD 1005
-#define IDC_NAME 1007
-#define IDC_GROUP 1008
-#define IDC_DISABLE_UDP 1009
-#define IDC_DISABLE_IPV6 1010
-#define IDC_DNS_ID 1011
+#define IDC_SEARCH 1003
+#define IDC_PASSWORD 1004
+#define IDC_NAME 1005
+#define IDC_GROUP 1006
+#define IDC_ENABLE_UDP 1007
+#define IDC_ENABLE_IPV6 1008
+#define IDC_PROFILE_EXPORT 1009
+#define IDC_DNS_ID 1010
+#define IDC_PROFILE_NEW 1011
#define IDC_SAVEPERMANENT 1012
-#define IDC_SAVEPERMANENTLY 1013
-#define IDC_NODESLIST 1014
-#define IDC_ADDNODE 1015
-#define IDC_IPV4 1016
-#define IDC_IPV6 1017
-#define IDC_PORT 1018
-#define IDC_PKEY 1019
-#define IDC_IMPORT_PROFILE 1020
+#define IDC_PROFILE_IMPORT 1013
+#define IDC_SAVEPERMANENTLY 1014
+#define IDC_NODESLIST 1015
+#define IDC_ADDNODE 1016
+#define IDC_IPV4 1017
+#define IDC_IPV6 1018
+#define IDC_PORT 1019
+#define IDC_PKEY 1020
#define IDC_COMBO_AUDIOINPUT 1021
#define IDC_COMBO_AUDIOOUTPUT 1022
#define IDC_AUDIOFILTER 1023
|