diff --git a/stepmania/src/resource.h b/stepmania/src/resource.h index e2c0e0b72b..f1064c0c1a 100644 --- a/stepmania/src/resource.h +++ b/stepmania/src/resource.h @@ -26,6 +26,7 @@ #define IDC_CURSOR 1008 #define IDC_STATIC_MESSAGE1 1010 #define IDC_STATIC_MESSAGE2 1011 +#define IDC_BUTTON_CLOSE 1011 #define IDC_STATIC_MESSAGE3 1013 #define IDC_ASMBOX 1133 #define IDC_REGDUMP 1283 @@ -39,7 +40,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 123 #define _APS_NEXT_COMMAND_VALUE 40009 -#define _APS_NEXT_CONTROL_VALUE 1011 +#define _APS_NEXT_CONTROL_VALUE 1012 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif