diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-04-04 15:39:44 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-04-04 15:39:44 +0000 |
commit | 42bc1b2fcc466cc4a31c5ee4b8c045ea45506336 (patch) | |
tree | e2d6f5c541329471e1fa5cdc9aa73391d74eb39b /hardinfo2/devices.c | |
parent | 71a591195618271973a12ae7ffaf288909481cbc (diff) |
Misc bugfixes, implement 'Boots'
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r-- | hardinfo2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }; |