mirror of https://github.com/GNOME/gimp.git
removed reference to SIOX algorithm from tooltip, it's an implementation
2005-08-18 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: removed reference to SIOX algorithm from tooltip, it's an implementation detail.
This commit is contained in:
parent
031f10b41d
commit
b55111bf6e
|
@ -1,3 +1,8 @@
|
|||
2005-08-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpforegroundselecttool.c: removed reference to SIOX
|
||||
algorithm from tooltip, it's an implementation detail.
|
||||
|
||||
2005-08-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/user-install-dialog.c: updated year in copyright.
|
||||
|
|
|
@ -137,7 +137,7 @@ gimp_foreground_select_tool_register (GimpToolRegisterCallback callback,
|
|||
GIMP_CONTEXT_FOREGROUND_MASK | GIMP_CONTEXT_BACKGROUND_MASK,
|
||||
"gimp-foreground-select-tool",
|
||||
_("Foreground Select"),
|
||||
_("Extract foreground using SIOX algorithm"),
|
||||
_("Extract a single foreground object"),
|
||||
N_("F_oreground Select"), NULL,
|
||||
NULL, GIMP_HELP_TOOL_FOREGROUND_SELECT,
|
||||
GIMP_STOCK_TOOL_FOREGROUND_SELECT,
|
||||
|
|
Loading…
Reference in New Issue