bump vips up the format list

vips format was behind openslide in the priority list, bump it up

this helps ordering of file format types in nip2's open dialog
This commit is contained in:
John Cupitt 2013-03-07 13:44:21 +00:00
parent 9795913bf5
commit 30a0f26e5c

View File

@ -412,6 +412,7 @@ vips_format_vips_class_init( VipsFormatVipsClass *class )
object_class->nickname = "vips";
object_class->description = _( "VIPS" );
format_class->priority = 200;
format_class->is_a = im_isvips;
format_class->header = file2vips;
format_class->load = file2vips;