winecfg: Add the codepage pragma for German translation.
This commit is contained in:
parent
58cabeea2b
commit
cb7c72f8f1
|
@ -23,6 +23,8 @@
|
|||
#include "config.h" /* Needed for the PACKAGE_STRING definition */
|
||||
#include "resource.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
IDR_WINECFG MENU DISCARDABLE
|
||||
|
|
Loading…
Reference in New Issue