[nautilus-actions] Change help menu item from Gtk default to Gnome (apparent) standard
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Change help menu item from Gtk default to Gnome (apparent) standard
- Date: Mon, 2 Aug 2010 20:34:39 +0000 (UTC)
commit aa33599a53ece0bb6bd7aab156ec30317cd5a1df
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Aug 2 22:16:13 2010 +0200
Change help menu item from Gtk default to Gnome (apparent) standard
ChangeLog | 3 +++
src/nact/nact-main-menubar.c | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 89ab854..232f33c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-08-02 Pierre Wieser <pwieser trychlos org>
+ * src/nact/nact-main-menubar.c:
+ Change help menu item from Gtk default to Gnome (apparent) standard.
+
* src/nact/nact-main-menubar-help.c (nact_main_menubar_help_on_help):
Connect to Yelp.
diff --git a/src/nact/nact-main-menubar.c b/src/nact/nact-main-menubar.c
index 365129d..ba5f81d 100644
--- a/src/nact/nact-main-menubar.c
+++ b/src/nact/nact-main-menubar.c
@@ -199,7 +199,7 @@ static const GtkActionEntry entries[] = {
N_( "Dump the content of the clipboard object" ),
G_CALLBACK( nact_main_menubar_maintainer_on_dump_clipboard ) },
- { "HelpItem" , GTK_STOCK_HELP, NULL, NULL,
+ { "HelpItem" , GTK_STOCK_HELP, N_( "Contents" ), "F1",
/* i18n: tooltip displayed in the status bar when selecting the Help item */
N_( "Display help about this program" ),
G_CALLBACK( nact_main_menubar_help_on_help ) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]