From c6e92e9c0075505a97acc092ee6ac7d694b4b6f2 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 26 Nov 2007 13:00:43 +0000 Subject: [PATCH] * src/modest-init.c: * Remove platform maemo ifdefs in i18n trick. This way i18n fallbacks to en_GB in case no strings are available, also for gnome. pmo-trunk-r3813 --- src/modest-init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modest-init.c b/src/modest-init.c index 3bb5408..e81aa98 100644 --- a/src/modest-init.c +++ b/src/modest-init.c @@ -551,7 +551,6 @@ init_debug_logging (void) static void init_i18n (void) { -#ifdef MODEST_PLATFORM_MAEMO /* little trick make en_GB the fallback language, instead * of the logical IDs * we need the ugly ifdefs, because modest_platform_init is @@ -568,7 +567,6 @@ init_i18n (void) g_free (language); } /* end of little trick */ -#endif /*MODEST_PLATFORM_MAEMO */ bindtextdomain (GETTEXT_PACKAGE, MODEST_LOCALE_DIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); -- 1.7.9.5