diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-17 17:02:38 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-17 17:02:38 +0800 |
commit | dbdcf80ba8e559236f9937aaafba1d14b1cee46e (patch) | |
tree | d5711b633861b6ffc879fbbce08ea1364e9a64c9 /embed/ephy-encodings.c | |
parent | 9765279aba4cbed66b182e91eaa18e8225305a18 (diff) | |
download | gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.gz gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.tar.zst gsoc2013-epiphany-dbdcf80ba8e559236f9937aaafba1d14b1cee46e.zip |
merging pre-gnome-2-8 branch
Diffstat (limited to 'embed/ephy-encodings.c')
-rw-r--r-- | embed/ephy-encodings.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-encodings.c b/embed/ephy-encodings.c index c9c6ccbbe..36f5ac14b 100644 --- a/embed/ephy-encodings.c +++ b/embed/ephy-encodings.c @@ -115,10 +115,8 @@ encoding_entries [] = { N_("R_omanian (ISO-8859-16)"), "ISO-8859-16", LG_SE_EUROPEAN, FALSE }, { N_("South _European (ISO-8859-3)"), "ISO-8859-3", LG_SE_EUROPEAN, FALSE }, { N_("Thai (TIS-_620)"), "TIS-620", LG_THAI, FALSE }, -#if MOZILLA_SNAPSHOT >= 10 { N_("Thai (IS_O-8859-11)"), "iso-8859-11", LG_THAI, FALSE }, { N_("_Thai (Windows-874)"), "windows-874", LG_THAI, FALSE }, -#endif { N_("Turkish (_IBM-857)"), "IBM857", LG_TURKISH, FALSE }, { N_("Turkish (I_SO-8859-9)"), "ISO-8859-9", LG_TURKISH, FALSE }, { N_("Turkish (_MacTurkish)"), "x-mac-turkish", LG_TURKISH, FALSE }, |