Paul Vriens : shell32: Add missing encoding for Dutch resources.

Alexandre Julliard julliard at winehq.org
Tue Jul 7 08:08:21 CDT 2009


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

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Tue Jul  7 13:01:18 2009 +0200

shell32: Add missing encoding for Dutch resources.

---

 dlls/shell32/shell32_Nl.rc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/shell32/shell32_Nl.rc b/dlls/shell32/shell32_Nl.rc
index 9ea879d..33a65bc 100644
--- a/dlls/shell32/shell32_Nl.rc
+++ b/dlls/shell32/shell32_Nl.rc
@@ -19,6 +19,8 @@
 
 #include "shresdef.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
 MENU_001 MENU DISCARDABLE




More information about the wine-cvs mailing list