[PATCH] devenum: Italian, Spanish, Dutch and VERSIONINFO should use SUBLANG_NEUTRAL

Mikolaj Zalewski mikolajz at tygrys.dom
Sat Dec 13 09:21:15 CST 2008


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

diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc
index 7aa6c50..4178c37 100644
--- a/dlls/devenum/devenum.rc
+++ b/dlls/devenum/devenum.rc
@@ -24,7 +24,7 @@
 #include "winbase.h"
 #include "winnls.h"
 
-LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 #define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
 #define WINE_FILENAME_STR "devenum.dll"
@@ -63,7 +63,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 }
 
 STRINGTABLE DISCARDABLE
-LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
+LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 {
 	7  "DirectSound di Default"
 	8  "DirectSound: %s"
@@ -81,7 +81,7 @@ LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
 }
 
 STRINGTABLE DISCARDABLE
-LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
+LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 {
 	7  "DirectSound por defecto"
 	8  "DirectSound: %s"
@@ -117,7 +117,7 @@ LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
 }
 
 STRINGTABLE DISCARDABLE
-LANGUAGE LANG_DUTCH, SUBLANG_DEFAULT
+LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 {
 	7  "Standaard DirectSound"
 	8  "DirectSound: %s"
-- 
1.5.4


--------------030103000705080306060601--



More information about the wine-patches mailing list