[Gnucash-changes] r12307 - gnucash/trunk/src/gnome-utils - Add tooltip for new button.

David Hampton hampton at cvs.gnucash.org
Mon Jan 9 07:58:52 EST 2006


Author: hampton
Date: 2006-01-09 07:58:51 -0500 (Mon, 09 Jan 2006)
New Revision: 12307
Trac: http://svn.gnucash.org/trac/changeset/12307

Modified:
   gnucash/trunk/src/gnome-utils/dialog-options.c
Log:
Add tooltip for new button.

Modified: gnucash/trunk/src/gnome-utils/dialog-options.c
===================================================================
--- gnucash/trunk/src/gnome-utils/dialog-options.c	2006-01-09 03:33:46 UTC (rev 12306)
+++ gnucash/trunk/src/gnome-utils/dialog-options.c	2006-01-09 12:58:51 UTC (rev 12307)
@@ -1918,6 +1918,7 @@
   *enclosing = gtk_hbox_new(FALSE, 5);
 
   button = gtk_button_new_with_label(_("Clear"));
+  gtk_tooltips_set_tip(tooltips, button, _("Clear any selected image file."), NULL);
 
 #ifdef HAVE_GLIB26
   value = gtk_file_chooser_button_new(_("Select image"),



More information about the gnucash-changes mailing list