Label Dummy menu as Tools since it shows up in HUD

This commit is contained in:
Christian Dywan 2012-05-25 23:41:47 +02:00
parent 8f0950bc5a
commit 117b057edc

View file

@ -5465,7 +5465,7 @@ static const GtkActionEntry entries[] =
{ "About", GTK_STOCK_ABOUT, { "About", GTK_STOCK_ABOUT,
NULL, "", NULL, "",
NULL, G_CALLBACK (_action_about_activate) }, NULL, G_CALLBACK (_action_about_activate) },
{ "Dummy", NULL, "Dummy" }, { "Dummy", NULL, N_("_Tools") },
}; };
static const guint entries_n = G_N_ELEMENTS (entries); static const guint entries_n = G_N_ELEMENTS (entries);
@ -5707,6 +5707,7 @@ static const gchar* ui_markup =
"</menu>" "</menu>"
/* For accelerators to work all actions need to be used /* For accelerators to work all actions need to be used
*somewhere* in the UI definition */ *somewhere* in the UI definition */
/* These also show up in Unity's HUD */
"<menu action='Dummy'>" "<menu action='Dummy'>"
"<menuitem action='TabMoveBackward'/>" "<menuitem action='TabMoveBackward'/>"
"<menuitem action='TabMoveForward'/>" "<menuitem action='TabMoveForward'/>"