change En.rc to defualt take care of code page error at lest for
swedish
Modified: trunk/reactos/boot/freeldr/fdebug/En.rc
_____
Modified: trunk/reactos/boot/freeldr/fdebug/En.rc
--- trunk/reactos/boot/freeldr/fdebug/En.rc 2005-11-07 10:53:52 UTC
(rev 19037)
+++ trunk/reactos/boot/freeldr/fdebug/En.rc 2005-11-07 17:35:10 UTC
(rev 19038)
@@ -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