aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake b/rpmdrake
index e456ba2d..05573ce3 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -254,6 +254,7 @@ sub show_about_dlg() {
$license =~ s/\n/\n\n/sg; # nicer formatting
my $w = gtknew('AboutDialog', name => N("Rpmdrake"),
version => $Rpmdrake::init::version,
+ logo => '/usr/share/icons/rpmdrake.png',
copyright => N("Copyright (C) %s by Mandriva", '2002-2009'),
license => $license, wrap_license => 1,
comments => N("Rpmdrake is the Mageia package management tool."),