[DISKPART] Fix build...

- Fix the LANGUAGE declaration in de-DE.rc (originally was copy-pasted
  from en-US, and thus caused the build break).

- Include de-DE.rc in alphabetical order in diskpart.rc
This commit is contained in:
Hermès Bélusca-Maïto 2022-06-02 14:03:11 +02:00
parent a3a8fdc84b
commit 79dbb73b6f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 4 additions and 4 deletions

View file

@ -13,12 +13,12 @@
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_DE_DE
#include "lang/de-DE.rc"
#endif
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_PL_PL
#include "lang/pl-PL.rc"
#endif

View file

@ -1,4 +1,4 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
/* Basic application information */
STRINGTABLE