From 42bc1b2fcc466cc4a31c5ee4b8c045ea45506336 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 4 Apr 2007 15:39:44 +0000 Subject: Misc bugfixes, implement 'Boots' --- hardinfo2/devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/devices.c') diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index 87fa1999..76049068 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -67,7 +67,7 @@ static ModuleEntry entries[] = { {"Printers", "printer.png", callback_printers, scan_printers,}, {"Battery", "battery.png", callback_battery, scan_battery}, {"Sensors", "therm.png", callback_sensors, scan_sensors}, - {"Input Devices", "keyboard.png", callback_input, scan_input}, + {"Input Devices", "inputdevices.png", callback_input, scan_input}, {"Storage", "hdd.png", callback_storage, scan_storage}, { NULL } }; -- cgit v1.2.3