Bug 610282 - GEGL Operation tool's help-id
Assign a help ID to the GEGL tool.
This commit is contained in:
@ -92,7 +92,7 @@ gimp_gegl_tool_register (GimpToolRegisterCallback callback,
|
||||
_("GEGL Operation"),
|
||||
_("GEGL Tool: Use an arbitrary GEGL operation"),
|
||||
N_("_GEGL Operation..."), NULL,
|
||||
NULL, "foo", /* GIMP_HELP_TOOL_GEGL, */
|
||||
NULL, GIMP_HELP_TOOL_GEGL,
|
||||
GIMP_STOCK_GEGL,
|
||||
data);
|
||||
}
|
||||
|
||||
@ -262,6 +262,7 @@
|
||||
#define GIMP_HELP_TOOL_FREE_SELECT "gimp-tool-free-select"
|
||||
#define GIMP_HELP_TOOL_FOREGROUND_SELECT "gimp-tool-foreground-select"
|
||||
#define GIMP_HELP_TOOL_FUZZY_SELECT "gimp-tool-fuzzy-select"
|
||||
#define GIMP_HELP_TOOL_GEGL "gimp-tool-gegl"
|
||||
#define GIMP_HELP_TOOL_HEAL "gimp-tool-heal"
|
||||
#define GIMP_HELP_TOOL_HUE_SATURATION "gimp-tool-hue-saturation"
|
||||
#define GIMP_HELP_TOOL_INK "gimp-tool-ink"
|
||||
|
||||
Reference in New Issue
Block a user