Francois Gouget : devenum: French and German should use SUBLANG_NEUTRAL.

Alexandre Julliard julliard at winehq.org
Fri Dec 12 07:04:27 CST 2008


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Dec 12 10:31:24 2008 +0100

devenum: French and German should use SUBLANG_NEUTRAL.

---

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

diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc
index be97d49..7aa6c50 100644
--- a/dlls/devenum/devenum.rc
+++ b/dlls/devenum/devenum.rc
@@ -45,7 +45,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 }
 
 STRINGTABLE DISCARDABLE
-LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
+LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
 {
 	7  "DirectSound par défaut"
 	8  "DirectSound : %s"
@@ -54,7 +54,7 @@ LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
 }
 
 STRINGTABLE DISCARDABLE
-LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
+LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 {
 	7  "Standard DirectSound"
 	8  "DirectSound: %s"




More information about the wine-cvs mailing list