summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-10-04 16:52:39 +0000
committerThierry Vignaud <tv@mandriva.org>2007-10-04 16:52:39 +0000
commita1740a6ae3d1cff671da03dfe8f48fd3858300ab (patch)
tree80180480838c60d0bfdc32f40d00c9d4a9a50d12 /perl-install/standalone/harddrake2
parent5501afe4c679f16d0599352f618900b8a0388ce9 (diff)
downloaddrakx-backup-do-not-use-a1740a6ae3d1cff671da03dfe8f48fd3858300ab.tar
drakx-backup-do-not-use-a1740a6ae3d1cff671da03dfe8f48fd3858300ab.tar.gz
drakx-backup-do-not-use-a1740a6ae3d1cff671da03dfe8f48fd3858300ab.tar.bz2
drakx-backup-do-not-use-a1740a6ae3d1cff671da03dfe8f48fd3858300ab.tar.xz
drakx-backup-do-not-use-a1740a6ae3d1cff671da03dfe8f48fd3858300ab.zip
fix version reported by drakfont & harddrake
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
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),