De : ros-diffs-bounces(a)reactos.org
[mailto:ros-diffs-bounces@reactos.org] De la part de
greatlrd(a)svn.reactos.com Envoyé : lundi 7 novembre 2005 18:35 À :
ros-diffs(a)reactos.com Objet : [ros-diffs] [greatlrd] 19038: change
En.rc to defualt take care ofcode page error at lest for swedish
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
I don't agree with this change.
See
http://www.reactos.org/archives/public/ros-dev/2005-October/005217.html
What was the problem with SUBLANG_ENGLISH_US?
Regards,
Hervé