winmm: use English (US) instead of English (Neutral) for resources

Mikołaj Zalewski mikolaj at zalewski.pl
Tue Sep 26 13:58:50 CDT 2006


The English (US) is used as the fallback language in case a resource in 
the user's prefered language is not available so it's probably good to 
have each resource in an English (US) variant. Without it the first 
language found is used and that might be quite random.
-------------- next part --------------
diff --git a/dlls/winmm/winmm_En.rc b/dlls/winmm/winmm_En.rc
index ffde2e7..10168e0 100644
--- a/dlls/winmm/winmm_En.rc
+++ b/dlls/winmm/winmm_En.rc
@@ -16,7 +16,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
+STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 BEGIN
 
 /* MMSYS errors */
-- 
1.4.1


More information about the wine-patches mailing list