[gimp/gimp-2-8] Addresses bug #690535 - fix brazilian portuguese on Windows
- From: JoÃo SebastiÃo de Oliveira Bueno Calligaris <jsbueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Addresses bug #690535 - fix brazilian portuguese on Windows
- Date: Fri, 21 Dec 2012 20:14:53 +0000 (UTC)
commit acebb4ad205901a9e8029a66ed5bca62cf13bc96
Author: JoÃo S. O. Bueno <gwidion gmail com>
Date: Fri Dec 21 18:14:21 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..2f1efbd 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]