diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-08 13:47:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-08 13:47:14 +0000 |
commit | 631784c6fc67761742280e1fb876867bc1bb50fe (patch) | |
tree | 35e5c44553899e45dbb5364fbf47d1a7162976ed /plugins/CrashDumper/src/resource.h | |
parent | 0bf13f208abe2713455ba8e2d9ffb752233fcc24 (diff) |
added option to enable\diable catching exaptions
git-svn-id: http://svn.miranda-ng.org/main/trunk@10924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/resource.h')
-rw-r--r-- | plugins/CrashDumper/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/CrashDumper/src/resource.h b/plugins/CrashDumper/src/resource.h index 83d8a491e4..ae5e2e260f 100644 --- a/plugins/CrashDumper/src/resource.h +++ b/plugins/CrashDumper/src/resource.h @@ -18,6 +18,8 @@ #define IDC_UPLOADCHN 1008
#define IDC_CLASSICDATES 1009
#define IDC_DATESUBFOLDER 1010
+#define IDC_CATCHCRASHES 1011
+#define IDC_RESTARTNOTE 1012
#define IDM_COPY 40002
#define IDM_COPYALL 40003
#define IDM_SELECTALL 40004
@@ -28,7 +30,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40005
-#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|