diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-21 07:37:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-21 07:37:29 +0800 |
commit | 156d6d644e169c976523f734d34176d1f9fcd0c9 (patch) | |
tree | 3c1cb5f2e1d2f356048e8f2e61676b65df9bd70a /ui/Makefile.am | |
parent | 2f0f910e8113733d87dde0b51dbe3b925e7fc74e (diff) | |
download | gsoc2013-evolution-156d6d644e169c976523f734d34176d1f9fcd0c9.tar.gz gsoc2013-evolution-156d6d644e169c976523f734d34176d1f9fcd0c9.tar.zst gsoc2013-evolution-156d6d644e169c976523f734d34176d1f9fcd0c9.zip |
Added evolution-contact-editor.xml.
2000-09-20 Christopher James Lahey <clahey@helixcode.com>
* ui/Makefile.am (XML_FILES): Added evolution-contact-editor.xml.
* ui/evolution-contact-editor.xml: New file for the UI for the
evolution contact editor.
svn path=/trunk/; revision=5528
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 473f06ce7b..b92e8da6a7 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,6 +1,7 @@ XML_FILES = \ evolution.xml \ evolution-addressbook.xml \ + evolution-contact-editor.xml \ evolution-mail.xml \ evolution-calendar.xml |