[hitori] Bug 652399 — l10n doesn't work
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hitori] Bug 652399 — l10n doesn't work
- Date: Sun, 12 Jun 2011 18:54:24 +0000 (UTC)
commit 0bcb8873a2e885247d9ec959a830d0ac3d7ded52
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Jun 12 19:52:40 2011 +0100
Bug 652399 â?? l10n doesn't work
Commit 997cf9973f4fc81ce6df531e03c044016e4d7842 means that ENABLE_NLS is
now *never* defined, which effectively removed runtime gettext support from
Hitori.
Closes: bgo#652399
src/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 8e59d4f..63a8927 100644
--- a/src/main.c
+++ b/src/main.c
@@ -229,11 +229,9 @@ main (int argc, char *argv[])
{ NULL }
};
-#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
-#endif
gtk_init (&argc, &argv);
g_set_application_name (_("Hitori"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]