From 9df56373cb4e6ca923170182e7744363e4597d52 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 30 Sep 2004 06:34:24 +0000 Subject: use a distinct icon for UPS devices in harddrake GUI --- perl-install/harddrake/data.pm | 2 +- perl-install/standalone/icons/harddrake2/ups.png | Bin 0 -> 699 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 perl-install/standalone/icons/harddrake2/ups.png (limited to 'perl-install') 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 new file mode 100644 index 000000000..1e2652da4 Binary files /dev/null and b/perl-install/standalone/icons/harddrake2/ups.png differ -- cgit v1.2.1