diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-08-14 17:45:22 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-08-14 17:45:22 +0800 |
commit | d34c0f955a7b2b32f2ece0aa889bfc4537759d97 (patch) | |
tree | ab66490953197e83eedd52920eb2cb492ce4378c /ui | |
parent | f38f0144fd07bc3e5ec9262ead0830e8ed474f1e (diff) | |
download | gsoc2013-evolution-d34c0f955a7b2b32f2ece0aa889bfc4537759d97.tar.gz gsoc2013-evolution-d34c0f955a7b2b32f2ece0aa889bfc4537759d97.tar.zst gsoc2013-evolution-d34c0f955a7b2b32f2ece0aa889bfc4537759d97.zip |
Rearranged this Edit menu to fit the standards.
2001-08-14 Christopher James Lahey <clahey@ximian.com>
* evolution-addressbook.xml: Rearranged this Edit menu to fit the
standards.
svn path=/trunk/; revision=12005
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b3a40de4a7..f3cbe3d5f8 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2001-08-14 Christopher James Lahey <clahey@ximian.com> + * evolution-addressbook.xml: Rearranged this Edit menu to fit the + standards. + +2001-08-14 Christopher James Lahey <clahey@ximian.com> + * evolution-contact-editor.xml, evolution-contact-list-editor.xml: Added accelerators here. diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 0bd466cb80..f22ba18f0d 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -84,12 +84,14 @@ </submenu> <submenu name="Edit"> - <menuitem name="ContactDelete" verb="" _label="Delete"/> <menuitem name="ContactsCut" verb="" _label="C_ut"/> <menuitem name="ContactsCopy" verb="" _label="_Copy"/> <menuitem name="ContactsPaste" verb="" _label="_Paste"/> + <menuitem name="ContactDelete" verb="" + _label="Delete"/> + <separator/> <menuitem name="ContactsSelectAll" verb="" _label="_Select All"/> </submenu> |