diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-04 00:50:35 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-04 00:50:35 +0300 |
commit | 0a3c70d8388264a9d4c21c9063c4a493b88b882c (patch) | |
tree | 644e76bd64764f07bae54945a8abcb40f2a51c88 /resource.h | |
parent | b53bf2d6db46cd9b7b1b681b0d2bee448f79a400 (diff) |
bugfixes, ability to set default password
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,6 +63,7 @@ #define IDC_DELETE_KEY 1052
#define IDC_KEYID 1053
#define IDC_CURRENT_KEY 1054
+#define IDC_DEFAULT_PASSWORD 1055
// Next default values for new objects
//
@@ -70,7 +71,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1055
+#define _APS_NEXT_CONTROL_VALUE 1056
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|