aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-11-12 05:48:27 +0800
committerChris Lahey <clahey@src.gnome.org>2000-11-12 05:48:27 +0800
commit0e0fa4f4c68b509ccdaac0f0aec390190ba02081 (patch)
treec63f939dee1dc544f3118aa332912d2ba4fe6cfb /ui
parent2d64058a8f7c03d1035504eaacc219730b5cd3c6 (diff)
downloadgsoc2013-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')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-contact-editor.xml8
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"/>