Fix fuzzy select menu label.

2004-06-18  Philip Lafleur  <plafleur@cvs.gnome.org>

	* app/tools/gimpfuzzyselecttool.c: Fix fuzzy select menu label.
This commit is contained in:
Philip Lafleur
2004-06-18 09:48:44 +00:00
committed by Philip Lafleur
parent 860d29d09c
commit f6c502b40b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-06-18 Philip Lafleur <plafleur@cvs.gnome.org>
* app/tools/gimpfuzzyselecttool.c: Fix fuzzy select menu label.
2004-06-18 Philip Lafleur <plafleur@cvs.gnome.org>
* app/tools/gimptransformtool.c (gimp_transform_tool_bounds):

View File

@ -97,7 +97,7 @@ gimp_fuzzy_select_tool_register (GimpToolRegisterCallback callback,
"gimp-fuzzy-select-tool",
_("Fuzzy Select"),
_("Select contiguous regions"),
N_("/Tools/Selection Tools/Fu_zzy Select"), "Z",
N_("Fu_zzy Select"), "Z",
NULL, GIMP_HELP_TOOL_FUZZY_SELECT,
GIMP_STOCK_TOOL_FUZZY_SELECT,
data);

View File

@ -97,7 +97,7 @@ gimp_fuzzy_select_tool_register (GimpToolRegisterCallback callback,
"gimp-fuzzy-select-tool",
_("Fuzzy Select"),
_("Select contiguous regions"),
N_("/Tools/Selection Tools/Fu_zzy Select"), "Z",
N_("Fu_zzy Select"), "Z",
NULL, GIMP_HELP_TOOL_FUZZY_SELECT,
GIMP_STOCK_TOOL_FUZZY_SELECT,
data);