Author: martinf Date: Mon Jun 5 01:07:01 2006 New Revision: 22224
URL: http://svn.reactos.ru/svn/reactos?rev=22224&view=rev Log: fix language constant to LANG_BENGALI
Modified: trunk/reactos/base/shell/explorer/explorer-bn.rc
Modified: trunk/reactos/base/shell/explorer/explorer-bn.rc URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/base/shell/explorer/explorer... ============================================================================== --- trunk/reactos/base/shell/explorer/explorer-bn.rc (original) +++ trunk/reactos/base/shell/explorer/explorer-bn.rc Mon Jun 5 01:07:01 2006 @@ -17,7 +17,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US +LANGUAGE LANG_BENGALI, LANG_NEUTRAL #pragma code_page(1252) #endif //_WIN32