Francois Gouget : gameux: Use SUBLANG_NEUTRAL for language-independent resources.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 11:42:04 CDT 2010


Module: wine
Branch: master
Commit: cc0818b053c6bdbfa2cc7011d37417859bc33245
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cc0818b053c6bdbfa2cc7011d37417859bc33245

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 26 13:04:03 2010 +0200

gameux: Use SUBLANG_NEUTRAL for language-independent resources.

---

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

diff --git a/dlls/gameux/tests/rsrc.rc b/dlls/gameux/tests/rsrc.rc
index b310db9..fa9e1ad 100644
--- a/dlls/gameux/tests/rsrc.rc
+++ b/dlls/gameux/tests/rsrc.rc
@@ -22,5 +22,5 @@
 #include "winuser.h"
 #include <gameux.h>
 
-LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 ID_GDF_XML          DATA          "test.gdf.xml"




More information about the wine-cvs mailing list