aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-07-01 13:13:59 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-07-01 13:13:59 -0300
commit8f7821d03e9928243abb43a1a4b2cc3eb78678b7 (patch)
treed87f333a050a9bb7098b6a008e0e995dbf096b8a /hardinfo2
parente887bf2b48df5a523cf555b090d47e03c41ba225 (diff)
Add resources pixmap
Diffstat (limited to 'hardinfo2')
-rw-r--r--hardinfo2/devices.c2
-rw-r--r--hardinfo2/pixmaps/resources.pngbin0 -> 979 bytes
2 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}
};
diff --git a/hardinfo2/pixmaps/resources.png b/hardinfo2/pixmaps/resources.png
new file mode 100644
index 00000000..308acb27
--- /dev/null
+++ b/hardinfo2/pixmaps/resources.png
Binary files differ