diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-07-01 13:13:59 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-07-01 13:13:59 -0300 |
commit | 8f7821d03e9928243abb43a1a4b2cc3eb78678b7 (patch) | |
tree | d87f333a050a9bb7098b6a008e0e995dbf096b8a | |
parent | e887bf2b48df5a523cf555b090d47e03c41ba225 (diff) |
Add resources pixmap
-rw-r--r-- | hardinfo2/devices.c | 2 | ||||
-rw-r--r-- | hardinfo2/pixmaps/resources.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 00000000..308acb27 --- /dev/null +++ b/hardinfo2/pixmaps/resources.png |