From 990e18cce9f712172f77ce30a15f6d88f6a81b31 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 10 Oct 2003 03:03:29 +0000 Subject: Cleaning up ressources --- PE/pepatch-res.h | 5 +++-- PE/pepatch.rc | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PE/pepatch-res.h b/PE/pepatch-res.h index 7b296e5..d57e73a 100644 --- a/PE/pepatch-res.h +++ b/PE/pepatch-res.h @@ -14,8 +14,9 @@ #define IDC_INFO1 1008 #define IDC_INFO2 1009 #define IDC_CHECK1 1009 +#define IDC_PALFIX 1009 #define IDC_INFO3 1010 -#define IDC_RICHEDIT21 1011 +#define IDC_ABOUT 1012 // Next default values for new objects // @@ -23,7 +24,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 108 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1012 +#define _APS_NEXT_CONTROL_VALUE 1013 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif diff --git a/PE/pepatch.rc b/PE/pepatch.rc index 46e5dc4..967072f 100644 --- a/PE/pepatch.rc +++ b/PE/pepatch.rc @@ -142,10 +142,10 @@ BEGIN DEFPUSHBUTTON "Créer",IDOK,259,6,50,14 PUSHBUTTON "Quitter",IDCANCEL,259,24,50,14 CONTROL 106,IDC_STATIC,"Static",SS_BITMAP,269,118,43,39 - CONTROL "Inclure le sélecteur PAL/NTSC",IDC_CHECK1,"Button", + CONTROL "Inclure le sélecteur PAL/NTSC",IDC_PALFIX,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,6,141,114,14 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,1,1,314,157 - LTEXT "Static",IDC_STATIC,5,4,252,137 + LTEXT "Static",IDC_ABOUT,5,4,252,137 END -- cgit v1.2.3