From bfeb93afe6f0f5c605386a715c1852e304c0f4df Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 19 Oct 2016 12:56:50 +0200 Subject: [PATCH] app: add a tooltip to the resize dialog's "resize text layers" toggle "Resizing text layers will make them uneditable" --- app/dialogs/resize-dialog.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/dialogs/resize-dialog.c b/app/dialogs/resize-dialog.c index d0ca128fa9..7e364da0d8 100644 --- a/app/dialogs/resize-dialog.c +++ b/app/dialogs/resize-dialog.c @@ -363,6 +363,10 @@ resize_dialog_new (GimpViewable *viewable, G_CALLBACK (gimp_toggle_button_update), &private->resize_text_layers); + gimp_help_set_help_data (button, + _("Resizing text layers will make them uneditable"), + NULL); + g_object_unref (size_group); }