* Tiny addendum to r61170.

svn path=/trunk/; revision=61172
This commit is contained in:
Amine Khaldi 2013-12-01 13:54:06 +00:00
parent d616ad0cc7
commit bcbc26ebd2
2 changed files with 2 additions and 2 deletions

View file

@ -29,10 +29,10 @@ 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

View file

@ -27,10 +27,10 @@ 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