diff options
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 49 |
1 files changed, 37 insertions, 12 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 820f45e481..402f4fc366 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -33,27 +33,30 @@ <menu> <submenu name="File" _label="_File"> <submenu name="New" _label="_New"> - <placeholder name="NewFirstItem"> - </placeholder> - - <menuitem name="EvolutionWindow" - verb="OpenFolderInNewWindow" - _label="Evolution _Window" - _tip="Create a new window displaying this folder" - accel="*Control**Shift*w"/> + <placeholder name="NewFirstItem"/> + <placeholder name="ComponentItems"/> + + <separator f="" name="eshell6"/> <menuitem name="Folder" verb="NewFolder" - _label="_Folder" + _label="_Folder..." _tip="Create a new folder" accel="*Control**Shift*e" pixtype="pixbuf"/> <menuitem name="Shortcut" verb="NewShortcut" - _label="_Shortcut" + _label="_Shortcut..." _tip="Create a new shortcut" accel="*Control**Shift*s"/> - <placeholder name="NewItems"/> + <separator f="" name="eshell6"/> + + <menuitem name="EvolutionWindow" + verb="OpenFolderInNewWindow" + _label="Evolution _Window" + _tip="Create a new window displaying this folder" + accel="*Control**Shift*w"/> + </submenu> <placeholder name="FileOps"/> @@ -110,7 +113,7 @@ delimit="top"/> </submenu> - + <menuitem name="FileGoToFolder" verb="" _label="_Go to Folder..." _tip="Display a different folder" accel="*Control*g"/> @@ -207,6 +210,28 @@ <popups> <popup name="NewPopup"> + <placeholder name="ComponentItems"/> + + <separator f="" name="eshell7"/> + + <menuitem name="Folder" verb="NewFolder" + _label="_Folder..." + _tip="Create a new folder" + accel="*Control**Shift*e" + pixtype="pixbuf"/> + + <menuitem name="Shortcut" verb="NewShortcut" + _label="_Shortcut..." + _tip="Create a new shortcut" + accel="*Control**Shift*s"/> + + <separator f="" name="eshell8"/> + + <menuitem name="EvolutionWindow" + verb="OpenFolderInNewWindow" + _label="Evolution _Window" + _tip="Create a new window displaying this folder" + accel="*Control**Shift*w"/> </popup> <popup name="FolderPopup"> |