mirror of https://github.com/GNOME/gimp.git
plug-ins: Register .data as extension for raw data loader
In order to allow raw data files to be loaded without the need to explicitly select the file type, make the raw data loader use the extension ".data".
This commit is contained in:
parent
ee8b53934b
commit
f6eed71a5c
|
@ -190,7 +190,7 @@ query (void)
|
|||
G_N_ELEMENTS (load_return_vals),
|
||||
load_args, load_return_vals);
|
||||
|
||||
gimp_register_load_handler (LOAD_PROC, "", "");
|
||||
gimp_register_load_handler (LOAD_PROC, "data", "");
|
||||
|
||||
gimp_install_procedure (SAVE_PROC,
|
||||
"Dump images to disk in raw format",
|
||||
|
|
Loading…
Reference in New Issue