diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-11-25 17:55:04 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-11-25 17:57:59 +0100 |
commit | 1221e6a9e44f080b8e5fc5d3fdf3a708b6e382ab (patch) | |
tree | 09bae982c766c47affc9dbd3735338195de4a604 /scp2/source | |
parent | 1171165b587480d9dde9c378b2998f3c26b83220 (diff) |
correctly install Latvian dictionary
the typo caused that the Latvian dictionary was included into core01 package
and broke langpacks
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 196c1c2bb76c..8afa37dfaae7 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -300,7 +300,7 @@ End Module gid_Module_Root_Extension_Dictionary_Lv MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_LV ); - Files = (gid_File_Extension_Dictionary_Lt); + Files = (gid_File_Extension_Dictionary_Lv); InstallOrder = "2000"; Sortkey = "635"; Spellcheckerlanguage = "lv"; |