[gimp/soc-2011-seamless-clone2] Addresses bug #690535 - fix brazilian portuguese on Windows
- From: Clayton Walker <claytonw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2011-seamless-clone2] Addresses bug #690535 - fix brazilian portuguese on Windows
- Date: Wed, 8 May 2013 14:53:36 +0000 (UTC)
commit ae3d270931bfa415596688f296ab05af085fcff4
Author: João S. O. Bueno <gwidion gmail com>
Date: Fri Dec 21 18:12:39 2012 -0200
Addresses bug #690535 - fix brazilian portuguese on Windows
app/language.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/language.c b/app/language.c
index b987309..29a1be4 100644
--- a/app/language.c
+++ b/app/language.c
@@ -479,7 +479,7 @@ language_init (const gchar *language)
language = "pl"; /* Polish */
break;
case 1046:
- language = "pt"; /* Portuguese - Brazil */
+ language = "pt_BR"; /* Portuguese - Brazil */
break;
case 2070:
language = "pt"; /* Portuguese - Portugal */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]