From ee1fa4b725acd32a8549f0d5f16f6e5f1ec1fbd5 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 30 Oct 2006 00:36:03 +0000 Subject: Cleanups --- 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 1632c260..63b5a2b2 100644 --- a/hardinfo2/menu.c +++ b/hardinfo2/menu.c @@ -51,17 +51,17 @@ static GtkActionEntry entries[] = G_CALLBACK(cb_refresh) }, { "HomePageAction", HI_STOCK_INTERNET, - "_Open HardInfo Web Site\342\200\246", NULL, + "_Open HardInfo Web Site", NULL, NULL, G_CALLBACK(cb_open_web_page) }, { "ReportBugAction", HI_STOCK_INTERNET, - "_Report bug\342\200\246", NULL, + "_Report bug", NULL, NULL, G_CALLBACK(cb_report_bug) }, { "AboutAction", GTK_STOCK_ABOUT, - "_About\342\200\246", NULL, + "_About", NULL, "Displays program version information", G_CALLBACK(cb_about) }, -- cgit v1.2.3