Francois Gouget : appwiz.cpl: Use SUBLANG_NEUTRAL for Spanish.

Alexandre Julliard julliard at winehq.org
Mon Mar 22 11:12:01 CDT 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 20 15:23:57 2010 +0100

appwiz.cpl: Use SUBLANG_NEUTRAL for Spanish.

---

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

diff --git a/dlls/appwiz.cpl/Es.rc b/dlls/appwiz.cpl/Es.rc
index 7826e06..cb2688c 100644
--- a/dlls/appwiz.cpl/Es.rc
+++ b/dlls/appwiz.cpl/Es.rc
@@ -23,7 +23,7 @@
 
 #pragma code_page(65001)
 
-LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 
 STRINGTABLE
 {




More information about the wine-cvs mailing list