[PATCH] Add missing encoding for Dutch resources

Paul Vriens Paul.Vriens.Wine at gmail.com
Tue Jul 7 06:01:18 CDT 2009


---
 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
-- 
1.6.0.6


--------------060607000101090301080705--



More information about the wine-patches mailing list