diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-27 11:54:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-27 11:54:46 +0100 |
commit | b310c7910565cb1a4beea309ce404bb533ac6f44 (patch) | |
tree | 208c08b7939186048a5791099c10fb0cec56e411 /ca | |
parent | ad4dea48c420f123afa083ac5cc4b12287c9c17f (diff) |
Resolves: fdo#79012 wrong path to dictionaries
Change-Id: Ie865a386dc537947f85130b036bbadcc0ef19a60
Diffstat (limited to 'ca')
-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> |