diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 9ae5e7320a..c2a16bf465 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-11-11 Christopher James Lahey <clahey@helixcode.com> + + * evolution-contact-editor.xml: Added Send contact as attachment + and Send to contact to menus. + 2000-11-09 Anna Marie Dirks <anna@helixcode.com> * evolution-calendar.xml: Added (and cleaned up) keyboard shortcuts. * evolution-addressbook.xml: Added keyboard shortcuts. diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index 6a074e7af2..c0594838b4 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -188,6 +188,14 @@ static GnomeUIInfo main_menu[] = { <separator/> + <menuitem name="SendAs" verb="ContactEditorSendAs" + _label="Se_nd contact to other..."/> + + <menuitem name="SendTo" verb="ContactEditorSendTo" + _label="Send _message to contact..."/> + + <separator/> + <menuitem name="Delete" verb="ContactEditorDelete" _label="Delete..." pixtype="stock" pixname="Trash"/> |