app: fix 3d transform tool not added to gimphelp-ids.h

(cherry picked from commit 4aaad4f749)
This commit is contained in:
Jacob Boerema
2021-04-09 18:01:04 -04:00
parent 2b6ab09cc1
commit 59bab76383
2 changed files with 2 additions and 1 deletions

View File

@ -333,6 +333,7 @@
#define GIMP_HELP_TOOL_SMUDGE "gimp-tool-smudge"
#define GIMP_HELP_TOOL_TEXT "gimp-tool-text"
#define GIMP_HELP_TOOL_THRESHOLD "gimp-tool-threshold"
#define GIMP_HELP_TOOL_TRANSFORM_3D "gimp-tool-transform-3d"
#define GIMP_HELP_TOOL_UNIFIED_TRANSFORM "gimp-tool-unified-transform"
#define GIMP_HELP_TOOL_VECTORS "gimp-tool-vectors"
#define GIMP_HELP_TOOL_WARP "gimp-tool-warp"