mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
Only layout was set different. Fix build.
svn path=/trunk/; revision=65565
This commit is contained in:
parent
f471dceaae
commit
561200f6d3
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ const MUI_LANGUAGE LanguageList[] =
|
|||
{L"00000845", L"0", L"1", L"2", L"Bengali (Bangladesh)", L"1", bnBDPages, bnBDErrorEntries, bnBDStrings, UnicodeFonts, bnBDLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_BN_IN
|
||||
{L"00000445", L"0", L"1", L"2", L"Bengali (India)", L"1", bnINPages, bnINErrorEntries, bnINStrings, UnicodeFonts, bnINLayouts },
|
||||
{L"00000445", L"0", L"1", L"2", L"Bengali (India)", L"1", bnBDPages, bnBDErrorEntries, bnBDStrings, UnicodeFonts, bnINLayouts },
|
||||
#endif
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
{L"00000402", L"1251", L"866", L"10007", L"Bulgarian", L"359", bgBGPages, bgBGErrorEntries, bgBGStrings, CyrillicFonts, bgBGLayouts },
|
||||
|
|
Loading…
Reference in a new issue