summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakfont2
-rwxr-xr-xperl-install/standalone/harddrake22
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index 98b753938..cce577201 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -529,7 +529,7 @@ sub help() {
my $license = formatAlaTeX(translate($::license));
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Drakfont"),
- version => '2007',
+ version => mandrake_release_info()->{version},
copyright => N("Copyright (C) 2001-2006 by Mandriva"),
license => $license, wrap_license => 1,
comments => N("Font installer."),
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 797403e5e..b0435b097 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -230,7 +230,7 @@ my @menu_items =
my $license = formatAlaTeX(translate($::license));
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Harddrake"),
- version => '2007',
+ version => mandrake_release_info()->{version},
copyright => N("Copyright (C) %s by Mandriva", '2001-2007'),
license => $license, wrap_license => 1,
comments => N("This is HardDrake, a %s hardware configuration tool.", $distro_name),