aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/menu.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-27 16:05:37 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-27 16:05:37 +0000
commitf15d3511abd9c6dfe489cf2e325d24b77463cefb (patch)
tree8688d2c0034c88d8dc318cef5d40ba4fde006e2e /hardinfo2/menu.c
parent5f19b74bf1b3cd7132a51aa1803ad3bc0ba4be62 (diff)
Added web links to the help menu (Report Bug and Open HardInfo webpage).
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r--hardinfo2/menu.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c
index e663f918..1632c260 100644
--- a/hardinfo2/menu.c
+++ b/hardinfo2/menu.c
@@ -50,6 +50,16 @@ static GtkActionEntry entries[] =
NULL,
G_CALLBACK(cb_refresh) },
+ { "HomePageAction", HI_STOCK_INTERNET,
+ "_Open HardInfo Web Site\342\200\246", NULL,
+ NULL,
+ G_CALLBACK(cb_open_web_page) },
+
+ { "ReportBugAction", HI_STOCK_INTERNET,
+ "_Report bug\342\200\246", NULL,
+ NULL,
+ G_CALLBACK(cb_report_bug) },
+
{ "AboutAction", GTK_STOCK_ABOUT,
"_About\342\200\246", NULL,
"Displays program version information",