From fd48e5133a7502afe544da4f44da7a5efa8da5b0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 16 Oct 2002 14:22:05 +0000 Subject: display cpu name (eg "Pentium") too in harddrake gui --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index d7c5befff..bcc294d17 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -75,7 +75,7 @@ sub custom_id { my ($device, $str) = @_; defined($device->{device}) ? $device->{device} : (defined($device->{processor}) ? - "$device->{vendor_id} " . _("cpu number ") . $device->{processor} : + "$device->{vendor_id} $device->{name} " . _("cpu number ") . $device->{processor} : (defined($device->{description}) ? $device->{description} : $str)); } -- cgit v1.2.1