aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/menu.c
diff options
context:
space:
mode:
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",