From f15d3511abd9c6dfe489cf2e325d24b77463cefb Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Fri, 27 Oct 2006 16:05:37 +0000 Subject: Added web links to the help menu (Report Bug and Open HardInfo webpage). --- hardinfo2/callbacks.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hardinfo2/callbacks.c') diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index 957f9cc0..14a133a2 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -19,6 +19,7 @@ #include #include +#include #include #include @@ -27,6 +28,16 @@ #include +void cb_open_web_page() +{ + open_url("http://hardinfo.berlios.de"); +} + +void cb_report_bug() +{ + open_url("http://hardinfo.berlios.de/web/BugReports"); +} + void cb_refresh() { shell_do_reload(); -- cgit v1.2.3