plug-ins/common/colorify.c plug-ins/common/max_rgb.c resolved clashing

2007-03-05  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/colorify.c
	* plug-ins/common/max_rgb.c
	* plug-ins/common/retinex.c: resolved clashing mnemonics (bug #414656).


svn path=/trunk/; revision=22045
This commit is contained in:
Sven Neumann 2007-03-05 17:10:30 +00:00 committed by Sven Neumann
parent e812044cdb
commit c4c9dbc038
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2007-03-05 Sven Neumann <sven@gimp.org>
* plug-ins/common/colorify.c
* plug-ins/common/max_rgb.c
* plug-ins/common/retinex.c: resolved clashing mnemonics (bug #414656).
2007-02-17 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/common/psd.c: De-tabified. Fixed limit checks on resource

View File

@ -105,7 +105,7 @@ query (void)
"Francisco Bustamante",
"Francisco Bustamante",
PLUG_IN_VERSION,
N_("_Colorify..."),
N_("Colorif_y..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,

View File

@ -92,7 +92,7 @@ query (void)
"Shuji Narazaki (narazaki@InetQ.or.jp)",
"Shuji Narazaki",
"May 2000",
N_("Ma_ximum RGB..."),
N_("Maxim_um RGB..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,

View File

@ -163,7 +163,7 @@ query (void)
"Fabien Pelisson",
"Fabien Pelisson",
"2003",
N_("_Retinex..."),
N_("Retine_x..."),
"RGB*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), 0,