nls: Correct swedish LOCALE_IFIRSTDAYOFWEEK

Peter Åstrand astrand at cendio.se
Wed Aug 29 03:34:02 CDT 2007


changelog:

* Corrected LOCALE_IFIRSTDAYOFWEEK in swedish locale definition, week 
  starts on monday. 

Index: dlls/kernel32/nls/sve.nls
===================================================================
RCS file: /home/wine/wine/dlls/kernel32/nls/sve.nls,v
retrieving revision 1.2
diff -u -r1.2 sve.nls
--- dlls/kernel32/nls/sve.nls	17 Nov 2006 10:55:10 -0000	1.2
+++ dlls/kernel32/nls/sve.nls	29 Aug 2007 08:30:28 -0000
@@ -39,7 +39,7 @@
   LOCALE_IDEFAULTUNIXCODEPAGE "28605"
   LOCALE_IDIGITS "2"
   LOCALE_IDIGITSUBSTITUTION "1"
-  LOCALE_IFIRSTDAYOFWEEK "0"
+  LOCALE_IFIRSTDAYOFWEEK "1"
   LOCALE_IFIRSTWEEKOFYEAR "2"
   LOCALE_IINTLCURRDIGITS "2"
   LOCALE_ILANGUAGE "041d"


---
Peter Åstrand		ThinLinc Chief Developer
Cendio AB		http://www.cendio.se
Wallenbergs gata 4
583 30 Linköping	Phone: +46-13-21 46 00


More information about the wine-patches mailing list