Move Private Browsing menu item next to New Tab/ Window
This commit is contained in:
parent
d455382a22
commit
82741b139b
1 changed files with 1 additions and 1 deletions
|
@ -3164,13 +3164,13 @@ _action_compact_menu_populate_popup (GtkAction* action,
|
|||
static const GtkActionEntry actions[] = {
|
||||
{ "TabNew" },
|
||||
{ "WindowNew" },
|
||||
{ "PrivateBrowsing" },
|
||||
{ NULL },
|
||||
{ "Find" },
|
||||
#if !HAVE_HILDON
|
||||
{ "Print" },
|
||||
#endif
|
||||
{ NULL },
|
||||
{ "PrivateBrowsing" },
|
||||
#if !HAVE_HILDON
|
||||
{ "ClearPrivateData" },
|
||||
#if defined (GDK_WINDOWING_X11)
|
||||
|
|
Loading…
Reference in a new issue