From f36ea8259f3c42798511887bc8d870f00bbaa9a1 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 23 Dec 2004 02:32:54 +0000 Subject: Latests LuaPatch dev'n'fixes --- luapatch-res.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'luapatch-res.h') diff --git a/luapatch-res.h b/luapatch-res.h index f010ab3..b3b60e2 100644 --- a/luapatch-res.h +++ b/luapatch-res.h @@ -7,6 +7,7 @@ #define ID_FILE_QUIT 104 #define IDI_ICON 105 #define IDD_OPTIONS 107 +#define IDD_INFOS 109 #define IDC_ABOUTTEXT 1001 #define IDC_ABOUT 1003 #define IDC_ST_SOURCETYPE 1004 @@ -26,14 +27,16 @@ #define IDC_ST_PATCH_TITLE 1018 #define IDC_TITLE 1020 #define IDC_ST_TITLE 1020 +#define IDC_INFOS 1023 +#define IDC_EDIT1 1027 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 108 +#define _APS_NEXT_RESOURCE_VALUE 110 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1022 +#define _APS_NEXT_CONTROL_VALUE 1028 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3