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:
committed by
Philip Lafleur
parent
860d29d09c
commit
f6c502b40b
@ -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):
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user