[gimp] app: add a tooltip to the resize dialog's "resize text layers" toggle
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add a tooltip to the resize dialog's "resize text layers" toggle
- Date: Wed, 19 Oct 2016 10:57:36 +0000 (UTC)
commit bfeb93afe6f0f5c605386a715c1852e304c0f4df
Author: Michael Natterer <mitch gimp org>
Date: Wed Oct 19 12:56:50 2016 +0200
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 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/app/dialogs/resize-dialog.c b/app/dialogs/resize-dialog.c
index d0ca128..7e364da 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]