From c4fea4934333faac2a6629c945333697d2d15142 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 24 Oct 2006 15:25:46 +0000 Subject: Cleanups Generate report in plain text (no UI yet) Copy information to clipboard --- hardinfo2/menu.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hardinfo2/menu.c') diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index 2bf5e3db..0d9b64eb 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -40,6 +40,11 @@ static GtkActionEntry entries[] = "Creates a report in HTML", /* tooltip */ G_CALLBACK(cb_generate_report) }, + { "CopyAction", GTK_STOCK_COPY, + "_Copy to Clipboard", "C", + NULL, + G_CALLBACK(cb_copy_to_clipboard) }, + { "RefreshAction", GTK_STOCK_REFRESH, "_Refresh", "F5", NULL, -- cgit v1.2.3