diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-02 08:05:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-02 08:05:36 +0000 |
commit | 7dd552286d4801c30d05f9d521700e9110744e26 (patch) | |
tree | 5b73c0ec8b6eea52079fb25de0c75cd241174b87 /perl-install/standalone/diskdrake | |
parent | d9f9d08218ca75ad72b5a16f4521b84f31093466 (diff) | |
download | drakx-7dd552286d4801c30d05f9d521700e9110744e26.tar drakx-7dd552286d4801c30d05f9d521700e9110744e26.tar.gz drakx-7dd552286d4801c30d05f9d521700e9110744e26.tar.bz2 drakx-7dd552286d4801c30d05f9d521700e9110744e26.tar.xz drakx-7dd552286d4801c30d05f9d521700e9110744e26.zip |
reuse mcc icons (if availlable) for windows
Diffstat (limited to 'perl-install/standalone/diskdrake')
-rwxr-xr-x | perl-install/standalone/diskdrake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 74787fc21..d55968d81 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -34,6 +34,8 @@ use fs; use log; use c; +$ugtk2::wm_icon = "/usr/share/mcc/themes/default/diskdrake_hd.png"; + my %options; my @l = @ARGV; while (my $e = shift @l) { |