diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-02-13 04:28:29 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-02-13 04:28:29 +0800 |
commit | d1e4588213530dd0ae682872932c9958aa11cfc5 (patch) | |
tree | c1d36a4963022052168dd0fdcd32ba6d5933088c /addressbook/contact-editor | |
parent | 71a1d2e707a2b5dc68c00ae4d69747c3a2f6385e (diff) | |
download | gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.tar gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.tar.gz gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.tar.bz2 gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.tar.lz gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.tar.xz gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.tar.zst gsoc2013-evolution-d1e4588213530dd0ae682872932c9958aa11cfc5.zip |
Marked strings for translation in this newly created file. Hook up the
2001-02-12 Kjartan Maraas <kmaraas@gnome.org>
* gui/component/select-names/GNOME_Evolution_Addressbook_SelectNames.oaf.in:
Marked strings for translation in this newly created file.
* gui/component/select-names/Makefile.am: Hook up the .oaf.in files in the
xml-i18n-tools framework.
* gui/component/Makefile.am: Same as above.
* gui/component/GNOME_Evolution_Addressbook.oaf.in: Marked stuff for translation here
too.
svn path=/trunk/; revision=8183
Diffstat (limited to 'addressbook/contact-editor')
-rw-r--r-- | addressbook/contact-editor/e-contact-save-as.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/contact-editor/e-contact-save-as.c b/addressbook/contact-editor/e-contact-save-as.c index 7209c5e8f8..5a88c31ffa 100644 --- a/addressbook/contact-editor/e-contact-save-as.c +++ b/addressbook/contact-editor/e-contact-save-as.c @@ -19,6 +19,7 @@ * Boston, MA 02111-1307, USA. */ +#include <config.h> #include <e-contact-save-as.h> #include <gal/util/e-util.h> #include <unistd.h> |