Francois Gouget : devenum: Explicitly identify the translation as being for SUBLANG_PORTUGUESE_BRAZILIAN .

Alexandre Julliard julliard at winehq.org
Mon Dec 15 08:27:06 CST 2008


Module: wine
Branch: master
Commit: e9ab244d7752d10f7e4566d2efcd8b40bb8adb39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e9ab244d7752d10f7e4566d2efcd8b40bb8adb39

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Dec 14 02:09:13 2008 +0100

devenum: Explicitly identify the translation as being for SUBLANG_PORTUGUESE_BRAZILIAN.

---

 dlls/devenum/devenum.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc
index 4178c37..9313984 100644
--- a/dlls/devenum/devenum.rc
+++ b/dlls/devenum/devenum.rc
@@ -72,7 +72,7 @@ LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 }
 
 STRINGTABLE DISCARDABLE
-LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
 {
 	7  "DirectSound padrão"
 	8  "DirectSound: %s"




More information about the wine-cvs mailing list