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/subject-thread | |
parent | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff) | |
download | gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz 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/subject-thread')
-rw-r--r-- | plugins/subject-thread/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/subject-thread/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/subject-thread/org-gnome-subject-thread.eplug.xml (renamed from plugins/subject-thread/org-gnome-subject-thread.eplug.in) | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog index 5e4fb051df..11a3ba6ff2 100644 --- a/plugins/subject-thread/ChangeLog +++ b/plugins/subject-thread/ChangeLog @@ -1,3 +1,9 @@ +2005-05-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am: + + * org-gnome-subject-thread.eplug.xml: s/.in/.xml/ & i18n. + 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * org-gnome-subject-thread.eplug.in: Added xml tag. diff --git a/plugins/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am index 2e692b41dc..9ac3129b3a 100644 --- a/plugins/subject-thread/Makefile.am +++ b/plugins/subject-thread/Makefile.am @@ -10,4 +10,4 @@ plugin_LTLIBRARIES = liborg-gnome-subject-thread.la liborg_gnome_subject_thread_la_SOURCES = subject-thread.c liborg_gnome_subject_thread_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-subject-thread.eplug.in
\ No newline at end of file +EXTRA_DIST = org-gnome-subject-thread.eplug.xml diff --git a/plugins/subject-thread/org-gnome-subject-thread.eplug.in b/plugins/subject-thread/org-gnome-subject-thread.eplug.xml index 244aa6ab53..87132bbf8c 100644 --- a/plugins/subject-thread/org-gnome-subject-thread.eplug.in +++ b/plugins/subject-thread/org-gnome-subject-thread.eplug.xml @@ -1,13 +1,13 @@ <?xml version="1.0"?> <e-plugin-list> - <e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" name="Subject Threading" + <e-plugin id="org.gnome.evolution.mail_subject_thread" type="shlib" _name="Subject Threading" location="@PLUGINDIR@/liborg-gnome-subject-thread.so"> <author name="JP Rosevear" email="jpr@novell.com"/> - <description>Indicates if threading of messages should fall back to subject.</description> + <_description>Indicates if threading of messages should fall back to subject.</_description> <hook class="org.gnome.evolution.mail.config:1.0"> <group id="org.gnome.evolution.mail.prefs" target="prefs"> - <item type="item" path="00.general/10.display/80.subject_thread" label="Thread messages by subject" factory="org_gnome_subject_thread_factory"/> + <item type="item" path="00.general/10.display/80.subject_thread" _label="Thread messages by subject" factory="org_gnome_subject_thread_factory"/> </group> </hook> </e-plugin> |