app: rename GimpToolInfo's "blurb" and "help" members

to "label" and "tooltip". More standard names, less confusion.
This commit is contained in:
Michael Natterer
2017-07-04 21:58:11 +02:00
parent 1f42d65e21
commit e21be2f3d9
15 changed files with 38 additions and 54 deletions

View File

@ -484,7 +484,7 @@ gimp_overlay_dialog_new (GimpToolInfo *tool_info,
icon_name = gimp_viewable_get_icon_name (GIMP_VIEWABLE (tool_info));
dialog = g_object_new (GIMP_TYPE_OVERLAY_DIALOG,
"title", tool_info->blurb,
"title", tool_info->label,
"icon-name", icon_name,
NULL);