aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r--hardinfo2/menu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c
index 9dff3502..344c1386 100644
--- a/hardinfo2/menu.c
+++ b/hardinfo2/menu.c
@@ -45,6 +45,11 @@ static GtkActionEntry entries[] =
NULL,
G_CALLBACK(cb_copy_to_clipboard) },
+ { "SaveGraphAction", GTK_STOCK_SAVE,
+ "_Save Graphic", "<control>S",
+ NULL,
+ G_CALLBACK(cb_save_graphic) },
+
{ "RefreshAction", GTK_STOCK_REFRESH,
"_Refresh", "F5",
NULL,