Skip to content

Commit

Permalink
added panorama .pto file to the list of known files
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Sep 27, 2011
1 parent 0736b5d commit f5470bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/editors.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ static GList *editor_mime_types_to_extensions(gchar **mime_types)
{"image/x-xcf", ".xcf"},
{"image/x-xpixmap", ".xpm"},
{"image/x-x3f", ".x3f"},
{"application/x-ptoptimizer-script", ".pto"},
{NULL, NULL}};

gint i, j;
Expand Down
1 change: 1 addition & 0 deletions src/filefilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ void filter_add_defaults(void)
filter_add_if_missing("xmp", "XMP sidecar", ".xmp", FORMAT_CLASS_META, TRUE, FALSE, TRUE);
filter_add_if_missing("gqv", GQ_APPNAME " image collection", GQ_COLLECTION_EXT, FORMAT_CLASS_META, FALSE, FALSE, TRUE);
filter_add_if_missing("ufraw", "UFRaw ID file", ".ufraw", FORMAT_CLASS_META, FALSE, FALSE, TRUE);
filter_add_if_missing("pto", "Panorama script file", ".pto", FORMAT_CLASS_META, FALSE, FALSE, TRUE);

/* These are the raw camera formats with embedded jpeg/exif.
* (see format_raw.c and/or exiv2.cc)
Expand Down

0 comments on commit f5470bb

Please sign in to comment.