diff options
author | Funda Wang <fwang@src.gnome.org> | 2005-12-25 12:14:52 +0800 |
---|---|---|
committer | Funda Wang <fwang@src.gnome.org> | 2005-12-25 12:14:52 +0800 |
commit | fa185fe572638c9724673499332b61150b0d83d5 (patch) | |
tree | c5a9ddd214ec9f8a3d37a5f792735ed6dcd032a7 /plugins/addressbook-file | |
parent | 3cbf65dd022038c7f825e6de0114246868dcf9a3 (diff) | |
download | gsoc2013-evolution-fa185fe572638c9724673499332b61150b0d83d5.tar.gz gsoc2013-evolution-fa185fe572638c9724673499332b61150b0d83d5.tar.zst gsoc2013-evolution-fa185fe572638c9724673499332b61150b0d83d5.zip |
Mark vairous plugins as translatable (bug#301149).
svn path=/trunk/; revision=30950
Diffstat (limited to 'plugins/addressbook-file')
-rw-r--r-- | plugins/addressbook-file/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/addressbook-file/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml (renamed from plugins/addressbook-file/org-gnome-addressbook-file.eplug.in) | 0 |
3 files changed, 5 insertions, 1 deletions
diff --git a/plugins/addressbook-file/ChangeLog b/plugins/addressbook-file/ChangeLog index c8ee8f6bfe..2dce8fb4f5 100644 --- a/plugins/addressbook-file/ChangeLog +++ b/plugins/addressbook-file/ChangeLog @@ -1,3 +1,7 @@ +2005-12-25 Funda Wang <fundawang@linux.net.cn> + + * Makefile.am: Mark this plugin as translatable (bug#301149). + 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. diff --git a/plugins/addressbook-file/Makefile.am b/plugins/addressbook-file/Makefile.am index 2109ac2faf..5b6216bb77 100644 --- a/plugins/addressbook-file/Makefile.am +++ b/plugins/addressbook-file/Makefile.am @@ -14,7 +14,7 @@ liborg_gnome_addressbook_file_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED liborg_gnome_addressbook_file_la_LIBADD = \ $(EVOLUTION_ADDRESSBOOK_LIBS) -EXTRA_DIST = org-gnome-addressbook-file.eplug.in +EXTRA_DIST = org-gnome-addressbook-file.eplug.xml BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml index 13dd132bd5..13dd132bd5 100644 --- a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in +++ b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.xml |