diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-03 13:20:55 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-03 13:20:55 -0200 |
commit | 9197f8f7599be83c22eb6aa0649e7be4f102a187 (patch) | |
tree | 3a3a0b0b1d096aaefa79a44dd4654e55d93e6d26 /hardinfo2/computer.c | |
parent | 679cf487bceb54949f7fe51523f54b5962a7466f (diff) |
Add ability to include context-sensitive help files.
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index 98936598..4ebcd986 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -62,7 +62,7 @@ void scan_dev(gboolean reload); #endif /* GLIB_CHECK_VERSION(2,14,0) */ static ModuleEntry entries[] = { - {"Summary", "summary.png", callback_summary, scan_summary, MODULE_FLAG_NONE}, + {"Summary", "summary.png", callback_summary, scan_summary, MODULE_FLAG_HAS_HELP}, {"Operating System", "os.png", callback_os, scan_os, MODULE_FLAG_NONE}, {"Kernel Modules", "module.png", callback_modules, scan_modules, MODULE_FLAG_NONE}, {"Boots", "boot.png", callback_boots, scan_boots, MODULE_FLAG_NONE}, |