devenum: Fix a language-independent resource.

Francois Gouget fgouget at free.fr
Sat Dec 13 05:03:47 CST 2008


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

diff --git a/dlls/devenum/devenum.rc b/dlls/devenum/devenum.rc
index d35f7fc..c5ad0fc 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"
-- 
1.5.6.5




More information about the wine-patches mailing list