diff options
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> |