[gimp/metadata-browser] Part of a user visible message is moved to a tooltip in file-pdf-save.c
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Part of a user visible message is moved to a tooltip in file-pdf-save.c
- Date: Wed, 12 Sep 2012 22:19:38 +0000 (UTC)
commit 773e7fd0a7c8faeb07301ac764e314e0949fe0df
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sun Dec 4 03:01:38 2011 +0400
Part of a user visible message is moved to a tooltip in file-pdf-save.c
plug-ins/common/file-pdf-save.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-pdf-save.c b/plug-ins/common/file-pdf-save.c
index b9c243b..46f91cf 100644
--- a/plug-ins/common/file-pdf-save.c
+++ b/plug-ins/common/file-pdf-save.c
@@ -712,9 +712,10 @@ gui_single (void)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (convert_c), optimize.convert);
gtk_box_pack_end (GTK_BOX (vbox), convert_c, TRUE, TRUE, 0);
- apply_c = gtk_check_button_new_with_label (_("Apply layer masks before saving (keeping the masks will not change the output)"));
+ apply_c = gtk_check_button_new_with_label (_("Apply layer masks before saving"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (apply_c), optimize.apply_masks);
gtk_box_pack_end (GTK_BOX (vbox), apply_c, TRUE, TRUE, 0);
+ gimp_help_set_help_data (apply_c, _("Keeping the masks will not change the output"), NULL);
gtk_widget_show_all (window);
@@ -828,9 +829,10 @@ gui_multi (void)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (convert_c), optimize.convert);
gtk_box_pack_end (GTK_BOX (vbox), convert_c, FALSE, FALSE, 0);
- apply_c = gtk_check_button_new_with_label (_("Apply layer masks before saving (keeping them will not change the output)"));
+ apply_c = gtk_check_button_new_with_label (_("Apply layer masks before saving"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (apply_c), optimize.apply_masks);
gtk_box_pack_end (GTK_BOX (vbox), apply_c, FALSE, FALSE, 0);
+ gimp_help_set_help_data (apply_c, _("Keeping the masks will not change the output"), NULL);
gtk_widget_show_all (window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]