summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/resource.h')
-rw-r--r--plugins/MirLua/src/resource.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/MirLua/src/resource.h b/plugins/MirLua/src/resource.h
index ad362f5cce..22507f4637 100644
--- a/plugins/MirLua/src/resource.h
+++ b/plugins/MirLua/src/resource.h
@@ -6,17 +6,18 @@
#define IDI_SCRIPT 100
#define IDI_OPEN 105
#define IDD_OPTIONS 106
-#define IDI_RELOAD 107
#define IDC_SCRIPTS 1011
#define IDC_RELOAD 1012
+#define IDC_POPUPONERROR 1013
+#define IDC_POPUPONOBSOLETE 1014
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 107
+#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_CONTROL_VALUE 1015
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif