commit e80dde776bdde1abfbf135f4309996b948f84367
Author: Uwe Stöhr <[email protected]>
Date:   Sat Mar 8 00:25:22 2014 +0100

    installer: add new dictionary names
    
    - also correct 2 file sizes

diff --git a/development/Win32/packaging/installer/HunspellDictionaryNames.txt 
b/development/Win32/packaging/installer/HunspellDictionaryNames.txt
index 86c4669..dd4b08f 100644
--- a/development/Win32/packaging/installer/HunspellDictionaryNames.txt
+++ b/development/Win32/packaging/installer/HunspellDictionaryNames.txt
@@ -130,6 +130,8 @@ te_IN.aff
 te_IN.dic
 th_TH.aff
 th_TH.dic
+tk_TM.aff
+tk_TM.dic
 uk_UA.aff
 uk_UA.dic
 ur_PK.aff
diff --git a/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt 
b/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt
index b8683d5..1bdf28e 100644
--- a/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt
+++ b/development/Win32/packaging/installer/ThesaurusDictionaryNames.txt
@@ -22,6 +22,8 @@ th_fr_FR_v2.dat
 th_fr_FR_v2.idx
 th_ga_IE_v2.dat
 th_ga_IE_v2.idx
+th_gl_ES_v2.dat
+th_gl_ES_v2.idx
 th_hu_HU_v2.dat
 th_hu_HU_v2.idx
 th_is_IS_v2.dat
diff --git a/development/Win32/packaging/installer/include/init.nsh 
b/development/Win32/packaging/installer/include/init.nsh
index 175aa66..f69cf81 100644
--- a/development/Win32/packaging/installer/include/init.nsh
+++ b/development/Win32/packaging/installer/include/init.nsh
@@ -468,12 +468,12 @@ SectionEnd
 
 Section /o "English (GB)" SecTEnglishGB
  StrCpy $ThesCodes "en_GB,$ThesCodes"
- AddSize 20600
+ AddSize 14300
 SectionEnd
 
 Section /o "English (US/AU)" SecTEnglishUSAU
  StrCpy $ThesCodes "en_US,$ThesCodes"
- AddSize 20600
+ AddSize 21600
 SectionEnd
 
 Section /o "Espa�ol" SecTSpanish

Reply via email to