diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 06:31:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 06:31:24 +0300 |
commit | c7417593521a2a96442e97508354e32f502bd931 (patch) | |
tree | e0041648790fa8aa07215eccc40e5f2714d9e97a /resource.h | |
parent | fea62665b2057d0be6bdffbb04e986d3b1792da4 (diff) |
random key generation
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,6 +69,7 @@ #define IDC_KEYSERVER 1058
#define IDC_FILE_TRANSFERS 1061
#define IDC_REMOVE_FILTERS 1062
+#define IDC_GENERATE_RANDOM 1063
// Next default values for new objects
//
@@ -76,7 +77,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1063
+#define _APS_NEXT_CONTROL_VALUE 1064
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|