From a1740a6ae3d1cff671da03dfe8f48fd3858300ab Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Oct 2007 16:52:39 +0000 Subject: fix version reported by drakfont & harddrake --- perl-install/standalone/harddrake2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/harddrake2') 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), -- cgit v1.2.1