diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-23 23:59:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-23 23:59:55 +0300 |
commit | 78f0ecedfbf15b6c093afc2d5ac159805fe9acda (patch) | |
tree | 457056963a01b2485be4f724df02d39c2a9e6f6a /resource.h | |
parent | 538c201686084c9a8d575aec6d87faaeb1ffdf50 (diff) |
basic file transfer hook
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,6 +67,7 @@ #define IDC_CURRENT_KEY 1054
#define IDC_DEFAULT_PASSWORD 1055
#define IDC_KEYSERVER 1058
+#define IDC_FILE_TRANSFERS 1061
// Next default values for new objects
//
@@ -74,7 +75,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1061
+#define _APS_NEXT_CONTROL_VALUE 1062
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|