change En.rc to defualt take care of code page error at lest for swedish

svn path=/trunk/; revision=19038
This commit is contained in:
Magnus Olsen 2005-11-07 17:35:10 +00:00
parent aa57b3e940
commit 7d704a96c0

View file

@ -3,7 +3,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
#pragma code_page(1252)
#endif //_WIN32