[gimp/gimp-2-6] Bug 605237 - the "Antialiasing..." message in the progress bar does not show translated



commit 6ca5f30637024d56d11105c1ac0d1637592c2219
Author: Sven Neumann <sven gimp org>
Date:   Wed Dec 23 23:56:45 2009 +0100

    Bug 605237 -  the "Antialiasing..." message in the progress bar does not show translated
    
    Add missing call to INIT_I18N().
    (cherry picked from commit e8ff034ab5d1556d93125ab59eec037691c28b3a)

 plug-ins/common/antialias.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/antialias.c b/plug-ins/common/antialias.c
index 6b2acdb..777b3bb 100644
--- a/plug-ins/common/antialias.c
+++ b/plug-ins/common/antialias.c
@@ -107,6 +107,8 @@ run (const gchar      *name,
   GimpRunMode        run_mode;
   GimpPDBStatusType  status = GIMP_PDB_SUCCESS;
 
+  INIT_I18N ();
+
   *nreturn_vals = 1;
   *return_vals  = values;
 



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