Paul Vriens : wineboot: Add the UTF-8 pragma for the Dutch resources.

Alexandre Julliard julliard at winehq.org
Mon Aug 3 11:13:49 CDT 2009


Module: wine
Branch: master
Commit: afcdf6d266201366757fc70c4f144ce674dadb0f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=afcdf6d266201366757fc70c4f144ce674dadb0f

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Thu Jul 30 19:59:36 2009 +0200

wineboot: Add the UTF-8 pragma for the Dutch resources.

---

 programs/wineboot/wineboot_Nl.rc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/programs/wineboot/wineboot_Nl.rc b/programs/wineboot/wineboot_Nl.rc
index c22a5c5..14a44c1 100644
--- a/programs/wineboot/wineboot_Nl.rc
+++ b/programs/wineboot/wineboot_Nl.rc
@@ -21,6 +21,8 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
 IDD_ENDTASK DIALOG DISCARDABLE  0, 0, 186, 71




More information about the wine-cvs mailing list