diff options
author | pixel <pixel> | 2004-12-21 22:41:02 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-21 22:41:02 +0000 |
commit | 4cae523df9e58e55f8598618abc43ea4fd6cd6a5 (patch) | |
tree | 320276e77af307c8ece19cd9c8b4f35d0b577936 /luapatch-res.h | |
parent | d5022a82eb21beb49034b94f84c5d6f466562d5e (diff) |
Updating LuaPatch.
Diffstat (limited to 'luapatch-res.h')
-rw-r--r-- | luapatch-res.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/luapatch-res.h b/luapatch-res.h index 936bbcf..f010ab3 100644 --- a/luapatch-res.h +++ b/luapatch-res.h @@ -6,6 +6,7 @@ #define IDD_ABOUT 102
#define ID_FILE_QUIT 104
#define IDI_ICON 105
+#define IDD_OPTIONS 107
#define IDC_ABOUTTEXT 1001
#define IDC_ABOUT 1003
#define IDC_ST_SOURCETYPE 1004
@@ -23,15 +24,16 @@ #define IDC_SOURCEFILE_SELECT 1017
#define IDC_SOURCE_SELECT 1017
#define IDC_ST_PATCH_TITLE 1018
-#define IDC_CUSTOM1 1019
+#define IDC_TITLE 1020
+#define IDC_ST_TITLE 1020
// 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 1020
+#define _APS_NEXT_CONTROL_VALUE 1022
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|