From 6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Tue, 31 Jan 2006 23:35:06 +0000 Subject: Sync with internal subversion --- hardinfo2/menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hardinfo2/menu.c') diff --git a/hardinfo2/menu.c b/hardinfo2/menu.c index cc614ede..bc66189b 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -36,12 +36,12 @@ static GtkActionEntry entries[] = { "ReportAction", HI_STOCK_REPORT, /* name, stock id */ "Generate _Report", "R", /* label, accelerator */ - "Report", /* tooltip */ + "Creates a report in HTML", /* tooltip */ G_CALLBACK(cb_generate_report) }, { "RefreshAction", GTK_STOCK_REFRESH, "_Refresh", "F5", - "Refresh", + NULL, G_CALLBACK(cb_refresh) }, { "AboutAction", GTK_STOCK_ABOUT, @@ -51,7 +51,7 @@ static GtkActionEntry entries[] = { "QuitAction", GTK_STOCK_QUIT, "_Quit", "Q", - "Quit", + NULL, G_CALLBACK(cb_quit) } }; -- cgit v1.2.3