[gimp] plug-ins: Properly init international framework



commit 2c4bec813df72260ffd714817224d6e33607791a
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Wed Nov 30 21:13:26 2011 +0100

    plug-ins: Properly init international framework

 plug-ins/common/file-pdf-save.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index 7814536..0292ab8 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -350,6 +350,8 @@ run (const gchar      *name,
   GimpDrawable           *mask = NULL;
   cairo_surface_t        *mask_image = NULL;
 
+  INIT_I18N ();
+
   /* Setting mandatory output values */
   *nreturn_vals = 1;
   *return_vals  = values;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]