aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-10-01 11:32:40 +0000
committerThierry Vignaud <tv@mandriva.org>2009-10-01 11:32:40 +0000
commitad543101ae251bb9401da0aec7344b69e3046eb2 (patch)
tree22368740c2b4694e5502c1cfe583ca4fd2ab625b /rpmdrake
parent3c11932412535dbbcca0a8acf76ce1034e78693b (diff)
downloadrpmdrake-ad543101ae251bb9401da0aec7344b69e3046eb2.tar
rpmdrake-ad543101ae251bb9401da0aec7344b69e3046eb2.tar.gz
rpmdrake-ad543101ae251bb9401da0aec7344b69e3046eb2.tar.bz2
rpmdrake-ad543101ae251bb9401da0aec7344b69e3046eb2.tar.xz
rpmdrake-ad543101ae251bb9401da0aec7344b69e3046eb2.zip
(run_treeview_dialog) show rpmdrake version in about dialog instead of
distribution version (#49467)
Diffstat (limited to 'rpmdrake')
-rwxr-xr-xrpmdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmdrake b/rpmdrake
index 8c767da8..e74f24df 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -608,8 +608,8 @@ sub run_treeview_dialog {
my $license = formatAlaTeX(translate($::license));
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Rpmdrake"),
- version => $rpmdrake::mdk_version,
- copyright => N("Copyright (C) %s by Mandriva", '2002-2008'),
+ version => $Rpmdrake::init::version,
+ copyright => N("Copyright (C) %s by Mandriva", '2002-2009'),
license => $license, wrap_license => 1,
comments => N("Rpmdrake is Mandriva Linux package management tool."),
website => 'http://mandrivalinux.com',