From c8548c468436fc3a2fccc00be9f48e6b7f0a1df2 Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 20 Dec 2017 22:15:46 +0300 Subject: Tox: added ability to encrypt profile --- protocols/Tox/src/resource.h | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'protocols/Tox/src/resource.h') diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index b5f13e9d32..bc2b71876f 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -4,18 +4,15 @@ // #define IDI_TOX 100 #define IDD_USER_INFO 101 -#define IDD_PASSWORD 102 +#define IDD_PASSWORD_ENTER 102 +#define IDD_PASSWORD_CHANGE 103 #define IDD_ACCOUNT_MANAGER 104 #define IDD_SEARCH 105 #define IDD_OPTIONS_MAIN 106 #define IDD_OPTIONS_NODES 107 #define IDD_ADDNODE 108 #define IDD_NODE_EDITOR 109 -#define IDD_OPTIONS_MULTIMEDIA 110 -#define IDI_AUDIO_END 112 -#define IDI_AUDIO_RING 113 -#define IDI_AUDIO_START 114 -#define IDI_AUDIO_CALL 115 + #define IDC_EDITSCR 174 #define IDC_TOXID 1001 #define IDC_CLIPBOARD 1002 @@ -38,17 +35,16 @@ #define IDC_IPV6 1018 #define IDC_PORT 1019 #define IDC_PKEY 1020 -#define IDC_COMBO_AUDIOINPUT 1021 -#define IDC_AUDIOINPUT 1021 -#define IDC_COMBO_AUDIOOUTPUT 1022 -#define IDC_AUDIOOUTPUT 1022 -#define IDC_AUDIOFILTER 1023 -#define IDC_COMBO_VIDEOINPUT 1024 +#define IDC_UPDATENODES 1021 #define IDC_MAXCONNECTRETRIES 1025 #define IDC_MAXRECONNECTRETRIES 1026 #define IDC_MAXCONNECTRETRIESSPIN 1027 #define IDC_MAXRECONNECTRETRIESSPIN 1028 -#define IDC_UPDATENODES 1081 +#define IDC_PASSWORD_NEW 1029 +#define IDC_PASSWORD_CONFIRM 1030 +#define IDC_PASSWORD_VALIDATION 1031 + + // Next default values for new objects // @@ -56,7 +52,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 117 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1029 +#define _APS_NEXT_CONTROL_VALUE 1032 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3