diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-02-14 04:18:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-02-14 04:18:26 +0800 |
commit | 9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc (patch) | |
tree | d19a6c2ef7bdcaa0a1d19d4a55a38023bfbea6b1 | |
parent | 5f62166de5ccdc039aa285c59b9d9839d9196330 (diff) | |
download | gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.tar gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.tar.gz gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.tar.bz2 gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.tar.lz gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.tar.xz gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.tar.zst gsoc2013-evolution-9f1ec16fffe3bdaa9ee4ecf0b3111f55e510decc.zip |
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
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 11 |
2 files changed, 15 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 30b7f35d76..97ab15e310 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -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, diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 1601fc8c88..97c04cba00 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -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> |