Changeset 693
- Timestamp:
- 01/13/10 19:40:25 (8 months ago)
- Location:
- framework/branches
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/branches/1.0/wwwroot/includes/qcodo/_core/framework/QMimeType.class.php
r563 r693 19 19 const PlainText = 'text/plain'; 20 20 const Png = 'image/png'; 21 const RichText = 'text/r ichtext';21 const RichText = 'text/rtf'; 22 22 const Quicktime = 'video/quicktime'; 23 23 const WavAudio = 'audio/x-wav'; -
framework/branches/1.1/includes/qcubed/_core/framework/QMimeType.class.php
r562 r693 19 19 const PlainText = 'text/plain'; 20 20 const Png = 'image/png'; 21 const RichText = 'text/r ichtext';21 const RichText = 'text/rtf'; 22 22 const Quicktime = 'video/quicktime'; 23 23 const WavAudio = 'audio/x-wav';
