diff options
author | pixel <pixel> | 2003-10-10 02:58:19 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-10-10 02:58:19 +0000 |
commit | fc597c1b922e1e8679dcb373a2f4d6501a94b8a4 (patch) | |
tree | c22cf83079472a08dee5680d44d838e826559309 /PE/reinsert.rc | |
parent | 91449afe69d2a0c42d228ba09085022116c31b22 (diff) |
On passe aux choses 'sérieuses'
Diffstat (limited to 'PE/reinsert.rc')
-rw-r--r-- | PE/reinsert.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PE/reinsert.rc b/PE/reinsert.rc index 82b9a28..576b53e 100644 --- a/PE/reinsert.rc +++ b/PE/reinsert.rc @@ -120,8 +120,8 @@ CAPTION "Patch en cours..." FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_FILLOUT,"Static",SS_ETCHEDFRAME,7,30,195,31
- CONTROL "",IDC_FILLIN,"Static",SS_GRAYRECT,13,36,181,20
- LTEXT "Progression:",IDC_STATIC,19,17,132,10
+ CONTROL "",IDC_FILLIN,"Static",SS_GRAYRECT,7,25,181,20
+ LTEXT "Progression:",IDC_BLAHBLAH,19,17,132,10
END
|