aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.c
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-05-18 18:09:45 +0800
committerRob Bradford <rob@linux.intel.com>2010-05-18 18:53:15 +0800
commitab223625f15bae56e5b32b4798e87cf0e4b04944 (patch)
tree3acf63b7dc1032b3f7b44a42c0a66c093670b932 /src/empathy-import-dialog.c
parentab73964666777182f59203b64b8d8309b996ced0 (diff)
downloadgsoc2013-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-import-dialog.c')
-rw-r--r--src/empathy-import-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index 94c6fd765..e8b1ed87c 100644
--- a/src/empathy-import-dialog.c
+++ b/src/empathy-import-dialog.c
@@ -24,7 +24,7 @@
#include <glib.h>
#include <gtk/gtk.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <telepathy-glib/util.h>