diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-02 06:54:03 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-02 06:54:03 +0300 |
commit | 7b7229fd6fa8df0fbe52f82aa7b08354ddda76ba (patch) | |
tree | dc9ac8d8623ed9f8b98d247a6e85d77a9f151d48 /resource.h | |
parent | e321f6795124cc95aab0e194600f88d97aca5f45 (diff) |
option to disable prescense subscription
metacontacts fix
Diffstat (limited to 'resource.h')
-rwxr-xr-x | resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -15,6 +15,7 @@ #define IDI_SECURED 112
#define IDD_IMPORT_KEY 112
#define IDI_UNSECURED 113
+#define IDD_OPT_GPG_ADVANCED 113
#define IDC_SET_BIN_PATH 1016
#define IDC_SET_HOME_DIR 1017
#define IDC_BIN_PATH 1018
@@ -74,8 +75,9 @@ #define IDC_AUT_EXCHANGE 1065
#define IDC_BUTTON3 1066
#define IDC_COPY_KEY 1066
-#define IDC_CHECK1 1067
#define IDC_STRIP_TAGS 1067
+#define IDC_CHECK1 1068
+#define IDC_PRESCENSE_SUBSCRIPTION 1068
// Next default values for new objects
//
@@ -83,7 +85,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1068
+#define _APS_NEXT_CONTROL_VALUE 1069
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|