diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-07-09 07:58:20 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-07-09 07:58:20 +0800 |
commit | 97a8dc1f095b249811efdfcaad1a56f97d26b89b (patch) | |
tree | 745fa5804ff255818a070ca71bdb19a5e643d850 | |
parent | 205145dd1b597bf404100a117315f83de9b4f837 (diff) | |
download | gsoc2013-evolution-97a8dc1f095b249811efdfcaad1a56f97d26b89b.tar.gz gsoc2013-evolution-97a8dc1f095b249811efdfcaad1a56f97d26b89b.tar.zst gsoc2013-evolution-97a8dc1f095b249811efdfcaad1a56f97d26b89b.zip |
Marked a string for translation. Also add the neccesary includes to make
2001-07-09 Kjartan Maraas <kmaraas@gnome.org>
* gui/contact-list-editor/e-contact-list-editor.c: Marked a
string for translation. Also add the neccesary includes to make
svn path=/trunk/; revision=10898
-rw-r--r-- | addressbook/ChangeLog | 3 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-editor.c | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0e48699fd1..352dab776d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,7 +1,8 @@ 2001-07-09 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-list-editor/e-contact-list-editor.c: Marked a - string for translation. + string for translation. Also add the neccesary includes to make + _() macros work. 2001-07-07 Jon Trowbridge <trow@ximian.com> diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 103b841b49..bc116c12c5 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -20,6 +20,9 @@ */ #include <config.h> +#include <glib.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> #include <bonobo/bonobo-ui-container.h> #include <bonobo/bonobo-ui-util.h> #include <gal/e-table/e-table-scrolled.h> |