[gimp/gimp-2-6] Bug 608188 - a few strings in Save as... > Raw image data dialog are always in English
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-6] Bug 608188 - a few strings in Save as... > Raw image data dialog are always in English
- Date: Sun, 31 Jan 2010 20:13:28 +0000 (UTC)
commit cb68d6508d316abcd789212a3a8a906141c86131
Author: Sven Neumann <sven gimp org>
Date: Sun Jan 31 21:11:11 2010 +0100
Bug 608188 - a few strings in Save as... > Raw image data dialog are always in English
Add missing call to INIT_18N().
(cherry picked from commit b499d01a71adaf78905433e52b2087dcb55c7c21)
plug-ins/common/file-raw.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/file-raw.c b/plug-ins/common/file-raw.c
index dd85646..a0b1f8d 100644
--- a/plug-ins/common/file-raw.c
+++ b/plug-ins/common/file-raw.c
@@ -217,6 +217,8 @@ run (const gchar *name,
gint32 image_id;
gint32 drawable_id;
+ INIT_I18N ();
+
run_mode = param[0].data.d_int32;
*nreturn_vals = 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]