From 4564f9c207ab53c70a199a2dbcc0d8f155211256 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 6 Mar 2012 12:39:07 +0000 Subject: Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktop --- scp2/source/ooo/common_brand.scp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scp2') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 69c0a716dca0..4c594df80cfe 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -98,6 +98,7 @@ Module gid_Module_Root_Brand gid_Brand_File_Share_Xdg_QStart, gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_Writer, + gid_Brand_File_Share_Xdg_XsltFilter, gid_Brand_File_Txt_Package, gid_License_Txt, git_License_Odt, @@ -791,6 +792,15 @@ File gid_Brand_File_Share_Xdg_BinFilter End #endif +#if defined UNX && ! defined MACOSX +File gid_Brand_File_Share_Xdg_XsltFilter + TXT_FILE_BODY; + Dir = gid_Brand_Dir_Share_Xdg; + Name = "xsltfilter.desktop"; + Styles = (PACKED,SCPZIP_REPLACE); +End +#endif + // Profiles Profile gid_Brand_Profile_Bootstrap_Ini -- cgit