register as "Autocrop Image" and "Autocrop Layer".

2004-06-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/autocrop.c (query): register as "Autocrop Image"
	and "Autocrop Layer".
This commit is contained in:
Sven Neumann 2004-06-01 10:45:15 +00:00 committed by Sven Neumann
parent 5cb9aed0e5
commit 165aaf5f31
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-06-01 Sven Neumann <sven@gimp.org>
* plug-ins/common/autocrop.c (query): register as "Autocrop Image"
and "Autocrop Layer".
2004-06-01 Sven Neumann <sven@gimp.org>
* app/actions/image-commands.c (image_new_cmd_callback):

View File

@ -77,12 +77,12 @@ query (void)
};
gimp_install_procedure ("plug_in_autocrop",
"Automagically crops a picture.",
"Automagically crops an image.",
"",
"Tim Newsome",
"Tim Newsome",
"1997",
N_("_Autocrop"),
N_("_Autocrop Image"),
"RGB*, GRAY*, INDEXED*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,
@ -97,7 +97,7 @@ query (void)
"Tim Newsome",
"Tim Newsome",
"1997",
N_("_Autocrop"),
N_("_Autocrop Layer"),
"RGB*, GRAY*, INDEXED*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,