aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-10-13 06:06:21 +0800
committerChristian Persch <chpe@src.gnome.org>2003-10-13 06:06:21 +0800
commit0061e21c7d90f2c1396e45dae875c11bb6148695 (patch)
treeed8323edc4887ef14285f24b8ad7d64a2449c971 /embed
parent326225bead407e15c3573a77d1cca18afba8ed34 (diff)
downloadgsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.tar
gsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.tar.gz
gsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.tar.bz2
gsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.tar.lz
gsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.tar.xz
gsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.tar.zst
gsoc2013-epiphany-0061e21c7d90f2c1396e45dae875c11bb6148695.zip
Return "en" when in C locale.
2003-10-13 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-notifiers.cpp: (get_system_language): Return "en" when in C locale.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-notifiers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp
index a7889c88a..28049013b 100644
--- a/embed/mozilla/mozilla-notifiers.cpp
+++ b/embed/mozilla/mozilla-notifiers.cpp
@@ -614,7 +614,7 @@ get_system_language ()
}
}
- return NULL;
+ return g_strdup ("en");
}
static void