programs/winedbg: Use SUBLANG_NEUTRAL for Spanish.

Francois Gouget fgouget at free.fr
Sat Dec 12 13:37:32 CST 2009


---
 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
-- 
1.6.5



More information about the wine-patches mailing list