diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2015-12-27 12:12:37 +0200 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2016-01-02 19:38:18 +0200 |
commit | 4cfefc5764bf28614de3e6b4d0e076b97a318a89 (patch) | |
tree | 70c6361a6db09bdb1e01ed47443c8435b58ff857 /perl-install/standalone | |
parent | c27e2c1392909345625b5c205beea946fddabf60 (diff) | |
download | drakx-4cfefc5764bf28614de3e6b4d0e076b97a318a89.tar drakx-4cfefc5764bf28614de3e6b4d0e076b97a318a89.tar.gz drakx-4cfefc5764bf28614de3e6b4d0e076b97a318a89.tar.bz2 drakx-4cfefc5764bf28614de3e6b4d0e076b97a318a89.tar.xz drakx-4cfefc5764bf28614de3e6b4d0e076b97a318a89.zip |
Fix logo in 'About harddrake' dialog
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 1 |
1 files changed, 1 insertions, 0 deletions
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), |