diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-27 03:03:50 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-27 03:03:50 +0800 |
commit | 03ee7ece508a7d118d94ad8c62532ca673729fda (patch) | |
tree | 329c3dc1fd69486ed54184450b2253e2d464aafe /ui/evolution.xml | |
parent | 976338f32c86c7fa379af16865df7d5e34030103 (diff) | |
download | gsoc2013-evolution-03ee7ece508a7d118d94ad8c62532ca673729fda.tar.gz gsoc2013-evolution-03ee7ece508a7d118d94ad8c62532ca673729fda.tar.zst gsoc2013-evolution-03ee7ece508a7d118d94ad8c62532ca673729fda.zip |
Move File/New/NewItems placeholder on the top and add some separators.
* evolution.xml: Move File/New/NewItems placeholder on the top and
add some separators. Also add items to the popups/NewPopup so the
pop-up and the "New" submenu look the same.
* evolution-addressbook.xml: Remove ContactNew and ContactNewList
verbs, as well as the corresponding menu items.
svn path=/trunk/; revision=17613
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"> |