summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-07-29 10:54:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-07-29 10:54:07 +0000
commitaf58c9e7835dee9421ca8e37713846049fa0b4e2 (patch)
tree8d82df3d878433bce1d2736ea567ea7801d9dd88 /perl-install/standalone/draksplash
parent9accd8ac5cb1aecb6e6e278968c3ee518adb2662 (diff)
downloaddrakx-backup-do-not-use-af58c9e7835dee9421ca8e37713846049fa0b4e2.tar
drakx-backup-do-not-use-af58c9e7835dee9421ca8e37713846049fa0b4e2.tar.gz
drakx-backup-do-not-use-af58c9e7835dee9421ca8e37713846049fa0b4e2.tar.bz2
drakx-backup-do-not-use-af58c9e7835dee9421ca8e37713846049fa0b4e2.tar.xz
drakx-backup-do-not-use-af58c9e7835dee9421ca8e37713846049fa0b4e2.zip
(make_boot_frame) fix it
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index 527631bd6..a9e990c5f 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -467,7 +467,7 @@ 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_yy = $theme{boot_conf}{tx}*$font_size{w};
+ my $txt_tl_xx = $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};