André Hentschel : sane.ds: Convert Swedish translation to UTF-8.

Alexandre Julliard julliard at winehq.org
Tue Dec 7 10:59:31 CST 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Dec  6 21:39:48 2010 +0100

sane.ds: Convert Swedish translation to UTF-8.

---

 dlls/sane.ds/sane_Sv.rc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dlls/sane.ds/sane_Sv.rc b/dlls/sane.ds/sane_Sv.rc
index d4c089e..a0ee5e7 100644
--- a/dlls/sane.ds/sane_Sv.rc
+++ b/dlls/sane.ds/sane_Sv.rc
@@ -20,14 +20,16 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
 
 IDD_DIALOG1 DIALOG 0, 0, 186, 46
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_CENTER | DS_SETFOREGROUND
-CAPTION "Bildinläsning"
+CAPTION "Bildinläsning"
 FONT 8, "MS Sans Serif"
 BEGIN
-    LTEXT   "Läser in bild... var god vänta",IDC_STATIC,5,19,176,8, SS_CENTER
+    LTEXT   "Läser in bild... var god vänta",IDC_STATIC,5,19,176,8, SS_CENTER
 END
 
 STRINGTABLE




More information about the wine-cvs mailing list