[gimp] Bug 605237 - the "Antialiasing..." message in the progress bar does not show translated
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Bug 605237 - the "Antialiasing..." message in the progress bar does not show translated
- Date: Wed, 23 Dec 2009 22:59:22 +0000 (UTC)
commit e8ff034ab5d1556d93125ab59eec037691c28b3a
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().
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 eda3f0b..dd6e127 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]