changeset 587:5963c394ba53

added .gqv to known file types
author nadvornik
date Mon, 05 May 2008 19:20:46 +0000
parents 905688aa2317
children 4581d3f03d22
files src/filefilter.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/filefilter.c	Mon May 05 19:11:12 2008 +0000
+++ b/src/filefilter.c	Mon May 05 19:20:46 2008 +0000
@@ -224,6 +224,7 @@
 
 	/* non-image files that might be desirable to show */
 	filter_add_if_missing("xmp", "XMP sidecar", ".xmp", FORMAT_CLASS_META, TRUE);
+	filter_add_if_missing("gqv", GQ_APPNAME " image collection", ".gqv", FORMAT_CLASS_META, TRUE);
 
 	/* These are the raw camera formats with embedded jpeg/exif.
 	 * (see format_raw.c and/or exiv2.cc)