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:
Martin Nordholts 2009-08-22 10:41:03 +02:00
parent ee8b53934b
commit f6eed71a5c
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ query (void)
G_N_ELEMENTS (load_return_vals), G_N_ELEMENTS (load_return_vals),
load_args, 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, gimp_install_procedure (SAVE_PROC,
"Dump images to disk in raw format", "Dump images to disk in raw format",