changeset 1863:7c239236682c nadvornik-stereo

added panorama .pto file to the list of known files
author Vladimir Nadvornik <nadvornik@suse.cz>
date Tue, 27 Sep 2011 10:29:36 +0200
parents 162b7dc63b67
children
files src/editors.c src/filefilter.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/editors.c	Mon Sep 26 15:02:05 2011 +0200
+++ b/src/editors.c	Tue Sep 27 10:29:36 2011 +0200
@@ -135,6 +135,7 @@
 		{"image/x-xcf",		".xcf"},
 		{"image/x-xpixmap",	".xpm"},
 		{"image/x-x3f",		".x3f"},
+		{"application/x-ptoptimizer-script",	".pto"},
 		{NULL, NULL}};
 	
 	gint i, j;
--- a/src/filefilter.c	Mon Sep 26 15:02:05 2011 +0200
+++ b/src/filefilter.c	Tue Sep 27 10:29:36 2011 +0200
@@ -247,6 +247,7 @@
 	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)