Michael Stefaniuc : comdlg32: The Dutch translation uses UTF-8.

Alexandre Julliard julliard at winehq.org
Mon May 17 09:39:26 CDT 2010


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri May 14 22:35:48 2010 +0200

comdlg32: The Dutch translation uses UTF-8.

---

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

diff --git a/dlls/comdlg32/cdlg_Nl.rc b/dlls/comdlg32/cdlg_Nl.rc
index b883a05..8f29a59 100644
--- a/dlls/comdlg32/cdlg_Nl.rc
+++ b/dlls/comdlg32/cdlg_Nl.rc
@@ -26,6 +26,8 @@
 
 LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
 
+#pragma code_page(65001)
+
 OPEN_FILE DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 275, 134
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Bestand openen"




More information about the wine-cvs mailing list