Module: wine Branch: master Commit: b4467c73515d0070ea6fee1231e12eaf6f791b93 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b4467c73515d0070ea6fee1231...
Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Sat Dec 13 16:21:15 2008 +0100
devenum: Italian, Spanish, Dutch and VERSIONINFO should use SUBLANG_NEUTRAL.
---
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"