From 7d704a96c0052e46e8bc9aa2138cee97cfa10a09 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Mon, 7 Nov 2005 17:35:10 +0000 Subject: [PATCH] change En.rc to defualt take care of code page error at lest for swedish svn path=/trunk/; revision=19038 --- reactos/boot/freeldr/fdebug/En.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/fdebug/En.rc b/reactos/boot/freeldr/fdebug/En.rc index c58d7996fbf..f32da329459 100644 --- a/reactos/boot/freeldr/fdebug/En.rc +++ b/reactos/boot/freeldr/fdebug/En.rc @@ -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