You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
2.0 KiB
42 lines
2.0 KiB
From 32aacfc76f7b57978d54bb12f80ad6112a186af7 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@redhat.com>
|
|
Date: Fri, 30 May 2014 13:29:16 +0200
|
|
Subject: [PATCH 4/5] fix filter names
|
|
|
|
Change-Id: I691d8d43ef12f5863627d1d4bef64dbd9d633e86
|
|
(cherry picked from commit 2999a87db65767b26a161b60a2e80f5afd76ef52)
|
|
---
|
|
filter/source/config/fragments/types/calc_ClarisWorks.xcu | 2 +-
|
|
filter/source/config/fragments/types/draw_ClarisWorks.xcu | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/filter/source/config/fragments/types/calc_ClarisWorks.xcu b/filter/source/config/fragments/types/calc_ClarisWorks.xcu
|
|
index fe73b41..105bae4 100644
|
|
--- a/filter/source/config/fragments/types/calc_ClarisWorks.xcu
|
|
+++ b/filter/source/config/fragments/types/calc_ClarisWorks.xcu
|
|
@@ -21,7 +21,7 @@
|
|
<prop oor:name="Extensions"><value>cwk</value></prop>
|
|
<prop oor:name="MediaType"><value>application/clarisworks</value></prop>
|
|
<prop oor:name="Preferred"><value>true</value></prop>
|
|
- <prop oor:name="PreferredFilter"><value>Claris_Works_Calc</value></prop>
|
|
+ <prop oor:name="PreferredFilter"><value>ClarisWorks_Calc</value></prop>
|
|
<prop oor:name="UIName">
|
|
<value>ClarisWorks/AppleWorks Document</value>
|
|
</prop>
|
|
diff --git a/filter/source/config/fragments/types/draw_ClarisWorks.xcu b/filter/source/config/fragments/types/draw_ClarisWorks.xcu
|
|
index 74672eb..9581d21 100644
|
|
--- a/filter/source/config/fragments/types/draw_ClarisWorks.xcu
|
|
+++ b/filter/source/config/fragments/types/draw_ClarisWorks.xcu
|
|
@@ -21,7 +21,7 @@
|
|
<prop oor:name="Extensions"><value>cwk</value></prop>
|
|
<prop oor:name="MediaType"><value>application/clarisworks</value></prop>
|
|
<prop oor:name="Preferred"><value>true</value></prop>
|
|
- <prop oor:name="PreferredFilter"><value>Claris_Works_Draw</value></prop>
|
|
+ <prop oor:name="PreferredFilter"><value>ClarisWorks_Draw</value></prop>
|
|
<prop oor:name="UIName">
|
|
<value>ClarisWorks/AppleWorks Document</value>
|
|
</prop>
|
|
--
|
|
1.9.3
|
|
|