diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-03-17 12:09:00 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-18 14:04:52 +0100 |
commit | 390a74603cd452dc35b34bc956927d519953bcab (patch) | |
tree | b50c187df9c4dfacf3987bcd78e409bcb299c25c | |
parent | 2e25022c7405dc29aab47f26369bbcc21fbe6e68 (diff) |
tdf#130999 fix registration of Greek dictionarycp-6.4-branch-point
Change-Id: I7b85d588c67c9b05f3856d92544fb0a0348594ea
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/90626
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | el_GR/META-INF/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/el_GR/META-INF/manifest.xml b/el_GR/META-INF/manifest.xml index 839346e..f54199b 100644 --- a/el_GR/META-INF/manifest.xml +++ b/el_GR/META-INF/manifest.xml @@ -2,5 +2,5 @@ <!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" - manifest:full-path="Dictionaries.xcu"/> -</manifest:manifest>
\ No newline at end of file + manifest:full-path="dictionaries.xcu"/> +</manifest:manifest> |