[Xfce4-commits] <midori:master> Label Dummy menu as Tools since it shows up in HUD
Christian Dywan
noreply at xfce.org
Fri May 25 23:48:01 CEST 2012
Updating branch refs/heads/master
to 117b057edc91ce962e33d7b4109b3f2860029c17 (commit)
from 8f0950bc5a9acca6ea185711ac207da0de034e16 (commit)
commit 117b057edc91ce962e33d7b4109b3f2860029c17
Author: Christian Dywan <christian at twotoasts.de>
Date: Fri May 25 23:41:47 2012 +0200
Label Dummy menu as Tools since it shows up in HUD
midori/midori-browser.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 042a06a..d30fc1c 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5465,7 +5465,7 @@ static const GtkActionEntry entries[] =
{ "About", GTK_STOCK_ABOUT,
NULL, "",
NULL, G_CALLBACK (_action_about_activate) },
- { "Dummy", NULL, "Dummy" },
+ { "Dummy", NULL, N_("_Tools") },
};
static const guint entries_n = G_N_ELEMENTS (entries);
@@ -5707,6 +5707,7 @@ static const gchar* ui_markup =
"</menu>"
/* For accelerators to work all actions need to be used
*somewhere* in the UI definition */
+ /* These also show up in Unity's HUD */
"<menu action='Dummy'>"
"<menuitem action='TabMoveBackward'/>"
"<menuitem action='TabMoveForward'/>"
More information about the Xfce4-commits
mailing list