summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-27 11:54:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-27 12:06:21 +0100
commit8fd0010032962507764ffbfd92e3757f8d626120 (patch)
treeb5db6c68e19ebca783fa2167d931f9aa93fe9c6e
parent0a68bdc3b29237ab76bce445f3cdc535b1482307 (diff)
Resolves: fdo#79012 wrong path to dictionaries
Change-Id: Ie865a386dc537947f85130b036bbadcc0ef19a60 (cherry picked from commit b310c7910565cb1a4beea309ce404bb533ac6f44)
-rw-r--r--ca/description.xml2
-rw-r--r--ca/dictionaries.xcu8
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>