diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-06 21:40:16 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-06 21:40:16 +0300 |
commit | 7ca9ddf39c89968fbaa81e61598a7d3f8d09d2ac (patch) | |
tree | be89fe086296e835810a5f9b11bbd372381cec18 /resource.h | |
parent | 9d905146c450baed1ecb180652cca904879ab9c8 (diff) |
fixed #48 (key generation tab order)
implemented #49 (key generation notification)
Diffstat (limited to 'resource.h')
-rwxr-xr-x | resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,6 +78,8 @@ #define IDC_STRIP_TAGS 1067
#define IDC_CHECK1 1068
#define IDC_PRESCENSE_SUBSCRIPTION 1068
+#define IDC_GENERATING_KEY 1069
+#define IDC_GENERATING_TEXT 1070
// Next default values for new objects
//
@@ -85,7 +87,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1069
+#define _APS_NEXT_CONTROL_VALUE 1071
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|