diff options
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
|