diff options
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 df7277b1..4f88d71e 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -69,7 +69,7 @@ static ModuleEntry entries[] = { #if defined(ARCH_i386) || defined(ARCH_x86_64) {"DMI", "computer.png", callback_dmi, scan_dmi}, #endif /* x86 or x86_64 */ - {"Resources", "module.png", callback_device_resources, scan_device_resources}, + {"Resources", "resources.png", callback_device_resources, scan_device_resources}, {NULL} }; |