diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
commit | b9269bd09862b22a89d44a61a5eb728c28ec3761 (patch) | |
tree | 23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/bbdb | |
parent | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff) | |
download | gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.bz2 gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.lz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.xz gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip |
fix names so that intltool will parse as xml
remove use of e-error-tool
tag xml for translations where appropriate
svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/bbdb')
-rw-r--r-- | plugins/bbdb/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/bbdb/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml (renamed from plugins/bbdb/org-gnome-evolution-bbdb.eplug.in) | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index 6fe150d98e..0e81a526e7 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + * org-gnome-evolution-bbdb.eplug.xml: s/.in/.xml/ & i18n. + 2005-04-07 Sushma Rai <rsushma@novell.com> * bbdb.c (bbdb_handle_reply): Check for camel_internet_address_get() diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index d57c276b6f..a1dc035054 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -11,4 +11,4 @@ plugin_LTLIBRARIES = liborg-gnome-evolution-bbdb.la liborg_gnome_evolution_bbdb_la_SOURCES = bbdb.c bbdb.h gaimbuddies.c liborg_gnome_evolution_bbdb_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-evolution-bbdb.eplug.in
\ No newline at end of file +EXTRA_DIST = org-gnome-evolution-bbdb.eplug.xml diff --git a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml index 2c435c9af4..f5b9584631 100644 --- a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.in +++ b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml @@ -2,10 +2,10 @@ <e-plugin type="shlib" id="org.gnome.evolution.bbdb" - name="Automatic contacts" + _name="Automatic contacts" location="@PLUGINDIR@/liborg-gnome-evolution-bbdb.so"> - <description>Automatically fills your addressbook with names and email addresses as you reply to mails. Also fills in IM contact information from your buddy lists.</description> + <_description>Automatically fills your addressbook with names and email addresses as you reply to mails. Also fills in IM contact information from your buddy lists.</_description> <author name="Nat Friedman" email="nat@novell.com"/> @@ -19,7 +19,7 @@ <hook class="org.gnome.evolution.mail.config:1.0"> <group id="org.gnome.evolution.mail.prefs" target="prefs"> - <item type="page" path="80.bbdb" label="BBDB" factory="bbdb_page_factory"/> + <item type="page" path="80.bbdb" _label="BBDB" factory="bbdb_page_factory"/> </group> </hook> |