Ticket #426 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Wrong Rich Text Format mime type in QMimeType

Reported by: Fernando Lord Owned by:
Priority: important Milestone: 1.0.2 Legacy Maintenance
Component: Framework Version: 1.0.0 Stable
Keywords: Cc:

Description

In QMimeType class, the “rtf” extension is associated to the “text/richtext” mime type, instead of the correct “text/rtf” mime type.

The “text/richtext” was a predecessor of the Rich Text Format we currently use, and it's not compatible with it. See http://en.wikipedia.org/wiki/Rich_Text_Format for more details.

Easy to fix: simply change “text/richtext” with “text/rtf”.

http://www.qcodo.com/issues/view.php/37/lastpage

Change History

Changed 7 months ago by alex94040

  • status changed from new to closed
  • resolution set to fixed

(In [693]) Fixes #426 (Wrong Rich Text Format mime type in QMimeType). This is a port of a fix made by Mike Ho in QCodo. Reviewed by alex94040.

Note: See TracTickets for help on using tickets.