[gimp-gap] Final fix for #607724
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-gap] Final fix for #607724
- Date: Sat, 3 Dec 2011 17:43:04 +0000 (UTC)
commit 6b13e57288885b6880420793955b0f613dd7af37
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sat Dec 3 21:42:35 2011 +0400
Final fix for #607724
gap/gap_vex_main.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gap/gap_vex_main.c b/gap/gap_vex_main.c
index 895ce09..667ac00 100644
--- a/gap/gap_vex_main.c
+++ b/gap/gap_vex_main.c
@@ -155,7 +155,7 @@ query ()
};
static int next_args = sizeof (ext_args) / sizeof (ext_args[0]);
- INIT_I18N();
+ /* INIT_I18N(); */
gimp_plugin_domain_register (GETTEXT_PACKAGE, LOCALEDIR);
@@ -234,6 +234,8 @@ run (const gchar *name, /* name of plugin */
gpp = &global_pars;
+ INIT_I18N();
+
l_env = g_getenv("GAP_DEBUG");
if(l_env != NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]