VipsForeign nickname was wrong
it was set to "file", strangely see https://github.com/jcupitt/libvips/issues/429
This commit is contained in:
parent
23eaf93867
commit
128480bab6
@ -357,7 +357,7 @@ vips_foreign_class_init( VipsForeignClass *class )
|
||||
gobject_class->set_property = vips_object_set_property;
|
||||
gobject_class->get_property = vips_object_get_property;
|
||||
|
||||
object_class->nickname = "file";
|
||||
object_class->nickname = "foreign";
|
||||
object_class->description = _( "load and save image files" );
|
||||
object_class->summary_class = vips_foreign_summary_class;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user