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-addressbook.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-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 3ec685f448..2a5ed8f87f 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -4,13 +4,6 @@ _tip="Delete selected contacts" accel="*Control*d"/> - <cmd name="ContactNew" - _tip="Create new contact" - accel="*Control*n"/> - - <cmd name="ContactNewList" - _tip="Create new contact list"/> - <cmd name="ContactsPrint" _tip="Print selected contacts" pixtype="stock" pixname="Print" @@ -73,20 +66,7 @@ pixtype="pixbuf"/> </placeholder> - <submenu name="New"> - <placeholder name="NewFirstItem"> - <menuitem name="ContactNew" verb="" - _label="_Contact" - pixtype="pixbuf"/> - <menuitem name="ContactNewList" verb="" - _label="_Contact List" - pixtype="pixbuf"/> - <separator f="" name="eadbk1"/> - </placeholder> - </submenu> - <placeholder name="Print"> - <menuitem name="ContactsPrintPreview" verb="" _label="Print Pre_view" pixtype="pixbuf"/> |