mirror of https://github.com/GNOME/gimp.git
do not install an extension for the raw plug-in to avoid confusion with
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/common/raw.c (query): do not install an extension for the raw plug-in to avoid confusion with the dcraw formats.
This commit is contained in:
parent
cd77e2a797
commit
934734af70
|
@ -1,3 +1,8 @@
|
|||
2004-10-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/raw.c (query): do not install an extension for
|
||||
the raw plug-in to avoid confusion with the dcraw format.
|
||||
|
||||
2004-10-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/actions/layers-actions.c (layers_actions_update): do not set
|
||||
|
|
|
@ -170,8 +170,7 @@ query (void)
|
|||
G_N_ELEMENTS (load_return_vals),
|
||||
load_args, load_return_vals);
|
||||
|
||||
gimp_plugin_menu_register ("file_raw_load", "<Load>");
|
||||
gimp_register_magic_load_handler ("file_raw_load", "raw", "", "");
|
||||
gimp_register_load_handler ("file_raw_load", "", "");
|
||||
|
||||
gimp_install_procedure ("file_raw_save",
|
||||
"Dump images to disk in raw format",
|
||||
|
@ -185,8 +184,7 @@ query (void)
|
|||
G_N_ELEMENTS (save_args), 0,
|
||||
save_args, NULL);
|
||||
|
||||
gimp_plugin_menu_register ("file_raw_save", "<Save>");
|
||||
gimp_register_save_handler ("file_raw_save", "raw", "");
|
||||
gimp_register_save_handler ("file_raw_save", "", "");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue