discovery.xml |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit acd766a5638494c3a94e434e91fde484292a7249
Author: Andras Timar <[email protected]>
Date:   Sat Jan 7 21:26:00 2017 +0100

    add text/rtf and text/plain as supported MIME types
    
    Change-Id: Ic46e8ccaeecc24ef2c6b6fce6b342c976c3ddc60
    Reviewed-on: https://gerrit.libreoffice.org/35562
    Reviewed-by: Thorsten Behrens <[email protected]>
    Tested-by: Thorsten Behrens <[email protected]>

diff --git a/discovery.xml b/discovery.xml
index 0edd631c..c8b87c5b 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -254,6 +254,12 @@
         <app name="application/rtf">
             <action name="edit" ext="rtf"/>
         </app>
+        <app name="text/rtf">
+            <action name="edit" ext="rtf"/>
+        </app>
+        <app name="text/plain">
+            <action name="edit" ext="txt"/>
+        </app>
         <app name="application/x-fictionbook+xml">
             <action name="view" ext="fb2"/>
         </app>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to