André Hentschel : winecfg: Add the codepage pragma for German translation.
Module: wine Branch: master Commit: cb7c72f8f1825b49580d7ea07e5c78ea8c50d9f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cb7c72f8f1825b49580d7ea07e... Author: André Hentschel <nerv(a)dawncrow.de> Date: Fri Jul 17 12:22:10 2009 +0200 winecfg: Add the codepage pragma for German translation. --- programs/winecfg/De.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/programs/winecfg/De.rc b/programs/winecfg/De.rc index f3ba328..53c412c 100644 --- a/programs/winecfg/De.rc +++ b/programs/winecfg/De.rc @@ -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
participants (1)
-
Alexandre Julliard