diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-30 06:34:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-30 06:34:24 +0000 |
commit | 9df56373cb4e6ca923170182e7744363e4597d52 (patch) | |
tree | 39188f9df59c1ba683be90ee89e99c0a8242ee84 /perl-install | |
parent | 2c202153438f9a86a1710d57b53422ae5ee757b6 (diff) | |
download | drakx-9df56373cb4e6ca923170182e7744363e4597d52.tar drakx-9df56373cb4e6ca923170182e7744363e4597d52.tar.gz drakx-9df56373cb4e6ca923170182e7744363e4597d52.tar.bz2 drakx-9df56373cb4e6ca923170182e7744363e4597d52.tar.xz drakx-9df56373cb4e6ca923170182e7744363e4597d52.zip |
use a distinct icon for UPS devices in harddrake GUI
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 | ||||
-rw-r--r-- | perl-install/standalone/icons/harddrake2/ups.png | bin | 0 -> 699 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 879a0f0eb..c7b36204e 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -355,7 +355,7 @@ our @tree = { class => "UPS", string => N("UPS"), - icon => "harddisk.png", + icon => "ups.png", configurator => "$sbindir/drakups", detector => sub { f(detect_devices::getUPS()) }, checked_on_boot => 0, diff --git a/perl-install/standalone/icons/harddrake2/ups.png b/perl-install/standalone/icons/harddrake2/ups.png Binary files differnew file mode 100644 index 000000000..1e2652da4 --- /dev/null +++ b/perl-install/standalone/icons/harddrake2/ups.png |