Move 'Add to Speed dial' from View to File menu
This commit is contained in:
parent
03a6f54d25
commit
06d9e2d026
1 changed files with 1 additions and 1 deletions
|
@ -4053,6 +4053,7 @@ static const gchar* ui_markup =
|
|||
"<menuitem action='Open'/>"
|
||||
"<separator/>"
|
||||
"<menuitem action='SaveAs'/>"
|
||||
"<menuitem action='AddSpeedDial'/>"
|
||||
"<separator/>"
|
||||
"<menuitem action='TabClose'/>"
|
||||
"<menuitem action='WindowClose'/>"
|
||||
|
@ -4103,7 +4104,6 @@ static const gchar* ui_markup =
|
|||
"</menu>"
|
||||
"<menuitem action='SourceView'/>"
|
||||
"<menuitem action='Fullscreen'/>"
|
||||
"<menuitem action='AddSpeedDial'/>"
|
||||
"</menu>"
|
||||
"<menu action='Go'>"
|
||||
"<menuitem action='Back'/>"
|
||||
|
|
Loading…
Reference in a new issue