[f-spot] Add mime mappings for PEF.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Add mime mappings for PEF.
- Date: Sat, 7 Aug 2010 21:32:30 +0000 (UTC)
commit aeb50bab4958b15cc4222dd1ce4e630291dcb2fa
Author: Ruben Vermeersch <ruben savanne be>
Date: Sat Aug 7 23:31:56 2010 +0200
Add mime mappings for PEF.
src/Imaging/ImageFile.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Imaging/ImageFile.cs b/src/Imaging/ImageFile.cs
index 9394c6d..fbdfd4b 100644
--- a/src/Imaging/ImageFile.cs
+++ b/src/Imaging/ImageFile.cs
@@ -55,9 +55,9 @@ namespace FSpot.Imaging {
name_table ["image/dng"] = name_table ["image/x-adobe-dng"] = name_table [".dng"] = typeof (FSpot.Imaging.Tiff.DngFile);
name_table ["image/nef"] = name_table ["image/x-nikon-nef"] = name_table [".nef"] = nef_type;
name_table ["image/rw2"] = name_table ["image/x-raw"] = name_table [".rw2"] = raw_type;
+ name_table ["image/pef"] = name_table ["image/x-pentax-pef"] = name_table [".pef"] = nef_type;
// Other types (FIXME: Currently unsupported by Taglib#, this list should shrink).
- name_table [".pef"] = nef_type;
name_table [".raw"] = typeof (FSpot.Imaging.Tiff.NefFile);
name_table [".kdc"] = typeof (FSpot.Imaging.Tiff.NefFile);
name_table [".rw2"] = typeof (FSpot.Imaging.DCRawFile);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]