Added Copy to Folder and Move to Folder in the Actions menu here.

2002-02-13  Christopher James Lahey  <clahey@ximian.com>

	* evolution-addressbook.xml: Added Copy to Folder and Move to
	Folder in the Actions menu here.

svn path=/trunk/; revision=15713
This commit is contained in:
Christopher James Lahey
2002-02-13 20:18:26 +00:00
committed by Chris Lahey
parent 5f62166de5
commit 9f1ec16fff
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-02-13 Christopher James Lahey <clahey@ximian.com>
* evolution-addressbook.xml: Added Copy to Folder and Move to
Folder in the Actions menu here.
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: Added pixbufs to MarkAsImportant,

View File

@ -54,6 +54,11 @@
<cmd name="ContactsSendMessageToContact" _label="Send message to contact"
_tip="Send a mess to the selected contacts."/>
<cmd name="ContactsCopyToFolder" _label="Copy to Folder..."
_tip="Copy Contact(s) to Another Folder..."/>
<cmd name="ContactsMoveToFolder" _label="Move to Folder..."
_tip="Move Contact(s) to Another Folder..."/>
</commands>
<menu>
@ -112,6 +117,8 @@
</placeholder>
<submenu name="View">
<menuitem name="BonoboUIDump"
verb="BonoboUIDump" _label="Dump"/>
</submenu>
<placeholder name="ComponentActionsPlaceholder">
@ -121,7 +128,9 @@
_label="_Forward Contact..." verb=""/>
<menuitem name="ContactsSendMessageToContact"
_label="Send _Message to Contact..." verb=""/>
_label="_Send Message to Contact..." verb=""/>
<menuitem name="ContactsCopyToFolder" _label="_Copy to Folder..." verb=""/>
<menuitem name="ContactsMoveToFolder" _label="_Move to Folder..." verb=""/>
</submenu>
</placeholder>