mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
SUBLANG_NEUTRAL -> SUBLANG_ENGLISH_US because ReactOS searches for english/US if no more suitable langage is found
svn path=/trunk/; revision=14293
This commit is contained in:
parent
1821eebb12
commit
2a60fd0675
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
IDD_BACKGROUND DIALOGEX DISCARDABLE 0, 0, 246, 228
|
||||
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
|
|
Loading…
Reference in a new issue