diff options
author | Rob Bradford <rob@linux.intel.com> | 2010-05-18 18:09:45 +0800 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2010-05-18 18:53:15 +0800 |
commit | ab223625f15bae56e5b32b4798e87cf0e4b04944 (patch) | |
tree | 3acf63b7dc1032b3f7b44a42c0a66c093670b932 /src/empathy-account-assistant.c | |
parent | ab73964666777182f59203b64b8d8309b996ced0 (diff) | |
download | gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.gz gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.bz2 gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.lz gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.xz gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.zst gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.zip |
Use library i18n method for source files included in shared library
Since these files are included in the g-c-c shared module we must use the
version of the _ macro that includes the domain.
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969
Diffstat (limited to 'src/empathy-account-assistant.c')
-rw-r--r-- | src/empathy-account-assistant.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c index 9cfea5ab5..796f56527 100644 --- a/src/empathy-account-assistant.c +++ b/src/empathy-account-assistant.c @@ -20,7 +20,8 @@ /* empathy-account-assistant.c */ -#include <glib/gi18n.h> +#include <config.h> +#include <glib/gi18n-lib.h> #include <telepathy-glib/util.h> #include <gdk/gdkkeysyms.h> |