winedbg & appwiz.cpl: Use SUBLANG_NEUTRAL for German.
This commit is contained in:
parent
ac831d5ab5
commit
05a4d26c47
|
@ -21,7 +21,7 @@
|
|||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDM_DEBUG_POPUP MENU
|
||||
BEGIN
|
||||
|
|
Loading…
Reference in New Issue