>From 9f7b2527b4b03fa32fba1b2fe78951589ae3907d Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Thu, 30 Jul 2009 19:59:36 +0200 Subject: [PATCH] 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 -- 1.6.0.6