aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/menu.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-01-31 23:35:06 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-01-31 23:35:06 +0000
commit6ad1c1c257c74c82179a0eb62277ceef1cc4e9e0 (patch)
tree73a0657cad8a96c0d0611ec900b95adc4a264be0 /hardinfo2/menu.c
parente9906f6d9335ae96cd6afac714646b97edc469a5 (diff)
Sync with internal subversion
Diffstat (limited to 'hardinfo2/menu.c')
-rw-r--r--hardinfo2/menu.c6
1 files changed, 3 insertions, 3 deletions
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", "<control>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", "<control>Q",
- "Quit",
+ NULL,
G_CALLBACK(cb_quit) }
};