diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-11-12 05:48:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-11-12 05:48:27 +0800 |
commit | 0e0fa4f4c68b509ccdaac0f0aec390190ba02081 (patch) | |
tree | c63f939dee1dc544f3118aa332912d2ba4fe6cfb /ui/evolution-contact-editor.xml | |
parent | 2d64058a8f7c03d1035504eaacc219730b5cd3c6 (diff) | |
download | gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.tar gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.tar.gz gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.tar.bz2 gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.tar.lz gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.tar.xz gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.tar.zst gsoc2013-evolution-0e0fa4f4c68b509ccdaac0f0aec390190ba02081.zip |
Added Send contact as attachment and Send to contact to menus.
2000-11-11 Christopher James Lahey <clahey@helixcode.com>
* evolution-contact-editor.xml: Added Send contact as attachment
and Send to contact to menus.
svn path=/trunk/; revision=6545
Diffstat (limited to 'ui/evolution-contact-editor.xml')
-rw-r--r-- | ui/evolution-contact-editor.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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"/> |