From 4cfefc5764bf28614de3e6b4d0e076b97a318a89 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 27 Dec 2015 12:12:37 +0200 Subject: Fix logo in 'About harddrake' dialog --- perl-install/standalone/harddrake2 | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index ad328365f..8f85fad2a 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -522,6 +522,7 @@ sub about() { $license =~ s/\n/\n\n/sg; # nicer formatting my $w = gtknew('AboutDialog', name => N("Harddrake"), version => mageia_release_info()->{version}, + logo => '/usr/share/icons/harddrake.png', copyright => N("Copyright (C) %s by %s", '2001-2008', 'Mandriva') . "\n" . N("Copyright (C) %s by %s", '2011', N("Mageia")), license => $license, wrap_license => 1, comments => N("This is HardDrake, a %s hardware configuration tool.", $distro_name), -- cgit v1.2.1