mirror of https://github.com/GNOME/gimp.git
app: oups, forgot to add an correspondance for XCF 16 loading handler.
This commit is contained in:
parent
2329d3e86d
commit
cbf979e506
|
@ -83,7 +83,8 @@ static GimpXcfLoaderFunc * const xcf_loaders[] =
|
|||
xcf_load_image, /* version 12 */
|
||||
xcf_load_image, /* version 13 */
|
||||
xcf_load_image, /* version 14 */
|
||||
xcf_load_image /* version 15 */
|
||||
xcf_load_image, /* version 15 */
|
||||
xcf_load_image /* version 16 */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue