diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-27 11:54:16 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-06-29 14:56:45 -0700 |
commit | 937de0d3cbb0c3ce1d5884b13717f16f3a979136 (patch) | |
tree | b5db6c68e19ebca783fa2167d931f9aa93fe9c6e | |
parent | 7ff2a6c889831d22af168f311ee8cfd01983a350 (diff) |
Change-Id: Ie865a386dc537947f85130b036bbadcc0ef19a60
(cherry picked from commit b310c7910565cb1a4beea309ce404bb533ac6f44)
-rw-r--r-- | ca/description.xml | 2 | ||||
-rw-r--r-- | ca/dictionaries.xcu | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ca/description.xml b/ca/description.xml index 34f4116..00d2c99 100644 --- a/ca/description.xml +++ b/ca/description.xml @@ -19,7 +19,7 @@ <!-- The version of your extension. NOT the one of OpenOffice.org... It will also be used to automatically check if there are updates for this extension available. Newer versions should have higher values. --> - <version value="2.5.1" /> + <version value="2.5.1.1" /> <!-- A unique identifier for your extension. In order to avoid name clashes with other extensions it should probably hold diff --git a/ca/dictionaries.xcu b/ca/dictionaries.xcu index 4dba211..2939195 100644 --- a/ca/dictionaries.xcu +++ b/ca/dictionaries.xcu @@ -4,7 +4,7 @@ <node oor:name="Dictionaries"> <node oor:name="HunSpellDic_catalan_general" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <value>%origin%/dictionaries/ca.aff %origin%/dictionaries/ca.dic</value> + <value>%origin%/ca.aff %origin%/ca.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_SPELL</value> @@ -15,7 +15,7 @@ </node> <node oor:name="HunSpellDic_catalan_valencia" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <value>%origin%/dictionaries/ca-valencia.aff %origin%/dictionaries/ca-valencia.dic</value> + <value>%origin%/ca-valencia.aff %origin%/ca-valencia.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_SPELL</value> @@ -28,7 +28,7 @@ <node oor:name="hyph_ca_ANY" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <value>%origin%/dictionaries/hyph_ca.dic</value> + <value>%origin%/hyph_ca.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_HYPH</value></prop> @@ -38,7 +38,7 @@ </node> <node oor:name="ThesDic_ca-ES" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <value>%origin%/dictionaries/th_ca_ES_v3.dat %origin%/dictionaries/th_ca_ES_v3.idx</value> + <value>%origin%/th_ca_ES_v3.dat %origin%/th_ca_ES_v3.idx</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_THES</value> |