From 8f7821d03e9928243abb43a1a4b2cc3eb78678b7 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 1 Jul 2008 13:13:59 -0300 Subject: Add resources pixmap --- 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 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} }; -- cgit v1.2.3