[Libreoffice-commits] .: Branch 'libreoffice-3-4' - wizards/com

Andras Timar timar at kemper.freedesktop.org
Mon Apr 4 03:59:09 PDT 2011


 wizards/com/sun/star/wizards/letter/LocaleCodes.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d9084de5a3d5c47a12379313751ba580c1b588d6
Author: Andras Timar <timar at fsf.hu>
Date:   Mon Apr 4 12:51:55 2011 +0200

    Change Spanish MSID from 0x040a to 0xc0a
    
    so it can appear in the language list of letter wizard
    0xc0a is the preferred code anyway (see #i94435#)

diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java b/wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.java
old mode 100755
new mode 100644
diff --git a/wizards/com/sun/star/wizards/letter/LocaleCodes.java b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
index 72785ff..244f178 100644
--- a/wizards/com/sun/star/wizards/letter/LocaleCodes.java
+++ b/wizards/com/sun/star/wizards/letter/LocaleCodes.java
@@ -158,7 +158,7 @@ public class LocaleCodes extends Resource
         Ids[94] = "Slovenian;sl;1060";
         Ids[95] = "Slovak;sk;1051";
         Ids[96] = "Sorbian;sb;1070";
-        Ids[97] = "Spanish - Spain;es-es;1034";
+        Ids[97] = "Spanish - Spain;es-es;3082";
         Ids[98] = "Spanish - Argentina;es-ar;11274";
         Ids[99] = "Spanish - Bolivia;es-bo;16394";
         Ids[100] = "Spanish - Chile;es-cl;13322";


More information about the Libreoffice-commits mailing list