If the file bears the name *En.rc, declare the enclosed resources as LANG_ENGLISH, not LANG_NEUTRAL. Changelog: Change some resources from LANG_NEUTRAL to LANG_ENGLISH. Vincent
Index: dlls/shell32/shell32_En.rc =================================================================== RCS file: /home/wine/wine/dlls/shell32/shell32_En.rc,v retrieving revision 1.8 diff -u -r1.8 shell32_En.rc --- dlls/shell32/shell32_En.rc 23 Oct 2002 23:34:33 -0000 1.8 +++ dlls/shell32/shell32_En.rc 28 Sep 2003 23:08:27 -0000 @@ -45,7 +45,7 @@ } /* columns in the shellview */ -STRINGTABLE LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +STRINGTABLE BEGIN IDS_SHV_COLUMN1 "File" IDS_SHV_COLUMN2 "Size" Index: dlls/winmm/winmm_En.rc =================================================================== RCS file: /home/wine/wine/dlls/winmm/winmm_En.rc,v retrieving revision 1.2 diff -u -r1.2 winmm_En.rc --- dlls/winmm/winmm_En.rc 9 Mar 2002 23:44:33 -0000 1.2 +++ dlls/winmm/winmm_En.rc 28 Sep 2003 23:08:27 -0000 @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -STRINGTABLE LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +STRINGTABLE LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL BEGIN /* MMSYS errors */