[gimp] Bug 659804: wrong tooltips in the Align tool options



commit 281c4cebb237e2272277fabdcc6ee7c75723ca41
Author: Massimo Valentini <mvalentini src gnome org>
Date:   Thu Sep 22 13:42:13 2011 +0200

    Bug 659804: wrong tooltips in the Align tool options

 app/tools/gimpalignoptions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpalignoptions.c b/app/tools/gimpalignoptions.c
index a4f69ff..95a9cb1 100644
--- a/app/tools/gimpalignoptions.c
+++ b/app/tools/gimpalignoptions.c
@@ -244,7 +244,7 @@ gimp_align_options_button_new (GimpAlignOptions  *options,
   gtk_box_pack_start (GTK_BOX (parent), button, FALSE, FALSE, 0);
   gtk_widget_show (button);
 
-  gimp_help_set_help_data (button, _("Align left edge of target"), NULL);
+  gimp_help_set_help_data (button, tooltip, NULL);
 
   g_object_set_data (G_OBJECT (button), "align-action",
                      GINT_TO_POINTER (action));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]