Francois Gouget : winedbg: Use SUBLANG_NEUTRAL for Spanish.

Alexandre Julliard julliard at winehq.org
Mon Dec 14 09:51:11 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Dec 12 20:37:32 2009 +0100

winedbg: Use SUBLANG_NEUTRAL for Spanish.

---

 programs/winedbg/rsrc_Es.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winedbg/rsrc_Es.rc b/programs/winedbg/rsrc_Es.rc
index f4f64cd..a962768 100644
--- a/programs/winedbg/rsrc_Es.rc
+++ b/programs/winedbg/rsrc_Es.rc
@@ -23,7 +23,7 @@
 /* UTF-8 */
 #pragma code_page(65001)
 
-LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 
 IDM_DEBUG_POPUP MENU
 BEGIN




More information about the wine-cvs mailing list