diff options
Diffstat (limited to 'plugins/PackUpdater/resource.h')
-rw-r--r-- | plugins/PackUpdater/resource.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/PackUpdater/resource.h b/plugins/PackUpdater/resource.h index 6a7041b03e..fd3b5c14f0 100644 --- a/plugins/PackUpdater/resource.h +++ b/plugins/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
|