diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-25 09:00:05 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-25 09:00:05 +0800 |
commit | c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa (patch) | |
tree | 8b3554cd860612865bd6b16e773ba47a00746119 /ui/Makefile.am | |
parent | 655618cde13e993ec4aae1086575ec2dacfc5e2c (diff) | |
download | gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.gz gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.zst gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.zip |
add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip
2001-06-24 Chris Toshok <toshok@ximian.com>
* evolution-addressbook.xml: add cmd for ContactNewList and
ContactsPrintPreview. Also, correct the tip for Select All and
add the accelerator. Add menu/tool items for ContactNewList, and
remove the tool item for ContactViewAll.
* Makefile.am (XML_FILES): add evolution-contact-list-editor.xml.
svn path=/trunk/; revision=10459
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 6c66d70618..2fc5d2f392 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -3,6 +3,7 @@ XML_FILES = \ evolution-addressbook.xml \ evolution-calendar.xml \ evolution-contact-editor.xml \ + evolution-contact-list-editor.xml \ evolution-comp-editor.xml \ evolution-event-editor.xml \ evolution-executive-summary.xml \ |