diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 10:12:07 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-08 10:12:07 +0300 |
commit | fc6b9e74816401ad364ff0e675767a30c84d9896 (patch) | |
tree | 165aba20abfb07fe380224044c3f00647a678e05 /resource.h | |
parent | d43354bf06f8f1b404d5b26d35fe5e758da12ab1 (diff) |
added ability to remove conflicting filters
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -68,6 +68,7 @@ #define IDC_DEFAULT_PASSWORD 1055
#define IDC_KEYSERVER 1058
#define IDC_FILE_TRANSFERS 1061
+#define IDC_REMOVE_FILTERS 1062
// Next default values for new objects
//
@@ -75,7 +76,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1062
+#define _APS_NEXT_CONTROL_VALUE 1063
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|