diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-07-02 23:26:17 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-07-02 23:26:17 +0300 |
commit | e0db8851abe880553f48a0b2454dde293ffb22b2 (patch) | |
tree | deb6e0f21d85573f1996f7d9b90562bb0349fb03 /resource.h | |
parent | 166017ac72e412afef52e42ac5c31679211c8b55 (diff) |
added ability to set private key for each protocol (#50 Свой ключ для каждой учетной записи)
Diffstat (limited to 'resource.h')
-rwxr-xr-x | resource.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -80,6 +80,9 @@ #define IDC_PRESCENSE_SUBSCRIPTION 1068
#define IDC_GENERATING_KEY 1069
#define IDC_GENERATING_TEXT 1070
+#define IDC_KEY_ID 1071
+#define IDC_COMBO1 1072
+#define IDC_ACCOUNT 1072
// Next default values for new objects
//
@@ -87,7 +90,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1071
+#define _APS_NEXT_CONTROL_VALUE 1073
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|