diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-08 09:16:28 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-08 09:16:28 +0000 |
commit | 6d84c2d0b9af7eb020ac5e4fd5553efd91b63e95 (patch) | |
tree | 1e66a955cb4de6ea7a7541d6fac69c4b742ca907 /PackUpdater/resource.h | |
parent | 9aaad18e0849c2bf92b8d4ac19c5e180b8c545ba (diff) |
PackUpdater:
added checking schedule (Unsane patch)
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@298 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'PackUpdater/resource.h')
-rw-r--r-- | PackUpdater/resource.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/PackUpdater/resource.h b/PackUpdater/resource.h index 6a7041b..fd3b5c1 100644 --- a/PackUpdater/resource.h +++ b/PackUpdater/resource.h @@ -46,6 +46,12 @@ #define IDC_PROGR_DLG2 1032
#define IDC_NOTIFY2 1033
#define IDC_NOTIFY 1034
+#define IDC_UPDATEONSTARTUP 1035
+#define IDC_ONLYONCEADAY 1036
+#define IDC_UPDATEONPERIOD 1037
+#define IDC_PERIOD 1038
+#define IDC_PERIODSPIN 1039
+#define IDC_PERIODMEASURE 1040
#define IDC_MSG_BOXES 40071
#define IDC_ERRORS 40072
#define IDC_INFO_MESSAGES 40073
@@ -65,7 +71,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40075
-#define _APS_NEXT_CONTROL_VALUE 1035
+#define _APS_NEXT_CONTROL_VALUE 1041
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|