mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[MODE]: Adjust german resources.
svn path=/trunk/; revision=73013
This commit is contained in:
parent
dbf62b106c
commit
6672ea6af0
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
|
|
|
@ -12,10 +12,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "lang/de-DE.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
|
||||
#ifdef LANGUAGE_DE_DE
|
||||
#include "lang/de-DE.rc"
|
||||
#endif
|
Loading…
Reference in a new issue