summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-11 15:55:47 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-11 15:55:47 +0000
commitd4760c38a800ccba98726fc5870b9d7a4c9f35a8 (patch)
tree92446b94b30296d8f115380db288236f033f0eef /perl-install/standalone/draksplash
parent17d0486db14e3dfd2fda660c8c9c1a8f37cea044 (diff)
downloaddrakx-backup-do-not-use-d4760c38a800ccba98726fc5870b9d7a4c9f35a8.tar
drakx-backup-do-not-use-d4760c38a800ccba98726fc5870b9d7a4c9f35a8.tar.gz
drakx-backup-do-not-use-d4760c38a800ccba98726fc5870b9d7a4c9f35a8.tar.bz2
drakx-backup-do-not-use-d4760c38a800ccba98726fc5870b9d7a4c9f35a8.tar.xz
drakx-backup-do-not-use-d4760c38a800ccba98726fc5870b9d7a4c9f35a8.zip
merge lost hunk
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index fc38cfad0..6ca423c54 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -467,8 +467,8 @@ sub make_boot_frame() {
#- calculation of the 2 angle of text box and progress bar
set_thm_values();
my $_w = $in->wait_message('', N("Generating preview ..."));
- my $txt_tl = $theme{boot_conf}{tx}*$font_size{w};
- my $txt_tl = $theme{boot_conf}{ty}*$font_size{h};
+ my $txt_tl_yy = $theme{boot_conf}{tx}*$font_size{w};
+ my $txt_tl_yy = $theme{boot_conf}{ty}*$font_size{h};
my $txt_width = $theme{boot_conf}{tw}*$font_size{w};
my $txt_height = $theme{boot_conf}{th}*$font_size{h};
my $prog_tl_xx = $theme{boot_conf}{px};