aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-langs.c
diff options
context:
space:
mode:
authorChristian Neumair <chris@gnome-de.org>2003-06-13 17:39:35 +0800
committerChristian Neumair <cneumair@src.gnome.org>2003-06-13 17:39:35 +0800
commit6dfe3603d1a9875293870c0a4cf96fc760ef198f (patch)
tree28f1b05502fbc1bc1e53fe28c039572e07a636c2 /lib/ephy-langs.c
parent237c938fd9b0cbbe33c019e8791771a99e7a6d29 (diff)
downloadgsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.tar
gsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.tar.gz
gsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.tar.bz2
gsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.tar.lz
gsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.tar.xz
gsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.tar.zst
gsoc2013-epiphany-6dfe3603d1a9875293870c0a4cf96fc760ef198f.zip
embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp,
2003-06-13 Christian Neumair <chris@gnome-de.org> * embed/mozilla/ExternalProtocolService.cpp, * embed/mozilla/FilePicker.cpp, * lib/ephy-langs.c: Include config.h to enable i18n.
Diffstat (limited to 'lib/ephy-langs.c')
-rw-r--r--lib/ephy-langs.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ephy-langs.c b/lib/ephy-langs.c
index 31914e7bc..533877ce8 100644
--- a/lib/ephy-langs.c
+++ b/lib/ephy-langs.c
@@ -15,7 +15,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "ephy-langs.h"
#include <bonobo/bonobo-i18n.h>