diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 12:39:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 12:39:38 +0000 |
commit | 4564f9c207ab53c70a199a2dbcc0d8f155211256 (patch) | |
tree | c63fca3d1e3110c7f548b3641a9b82be79196334 /scp2/source | |
parent | 021f685f1683ebab157a899def6316be206632eb (diff) |
Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktop
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 10 |
1 files changed, 10 insertions, 0 deletions
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 |