r12288 - gnucash/trunk/src/gnome-utils - Add display of a GtkAction's tooltip in the statusbar when the mouse

Christian Stimming cstim at cvs.gnucash.org
Sat Jan 7 12:12:32 EST 2006


Author: cstim
Date: 2006-01-07 12:12:30 -0500 (Sat, 07 Jan 2006)
New Revision: 12288
Trac: http://svn.gnucash.org/trac/changeset/12288

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Add display of a GtkAction's tooltip in the statusbar when the mouse
is selection its menu item. Code copied from gtk+'s
test/testmerge.c. Works fine, except that in non-C locales a tooltip
of "" is errorneously passed through gettext(), which will
accidentally catch a wrong string from the po files. This needs to be
fixed.





More information about the gnucash-patches mailing list