diff options
-rwxr-xr-x | rpmdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1233,7 +1233,7 @@ Do you really want to install all the selected packages?"), yesno => 1) [ N("/_Help") . N("/_About..."), undef, sub { my $license = formatAlaTeX(translate($::license)); $license =~ s/\n/\n\n/sg; # nicer formatting - my $w = gtknew('AboutDialog', name => N("About Rpmdrake"), + my $w = gtknew('AboutDialog', name => N("Rpmdrake"), version => '2007', copyright => N("Copyright (C) %s by Mandriva", '2002-2006'), license => $license, wrap_license => 1, |