[Gnucash-changes] r12225 - gnucash/trunk/src - Add tooltips to new dialog

Christian Stimming cstim at cvs.gnucash.org
Sat Dec 31 07:02:23 EST 2005


Author: cstim
Date: 2005-12-31 07:02:22 -0500 (Sat, 31 Dec 2005)
New Revision: 12225
Trac: http://svn.gnucash.org/trac/changeset/12225

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
   gnucash/trunk/src/gnome/glade/account.glade
Log:
Add tooltips to new dialog

Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade	2005-12-31 06:20:35 UTC (rev 12224)
+++ gnucash/trunk/src/gnome/glade/account.glade	2005-12-31 12:02:22 UTC (rev 12225)
@@ -3020,6 +3020,7 @@
 	      <child>
 		<widget class="GtkTreeView" id="types_tree_view">
 		  <property name="visible">True</property>
+		  <property name="tooltip" translatable="yes">Select the account types that should be displayed.</property>
 		  <property name="can_focus">True</property>
 		  <property name="headers_visible">False</property>
 		  <property name="rules_hint">True</property>
@@ -3046,6 +3047,7 @@
 		  <child>
 		    <widget class="GtkButton" id="select_all">
 		      <property name="visible">True</property>
+		      <property name="tooltip" translatable="yes">Select all types.</property>
 		      <property name="can_default">True</property>
 		      <property name="can_focus">True</property>
 		      <property name="label" translatable="yes">_Select All</property>
@@ -3059,6 +3061,7 @@
 		  <child>
 		    <widget class="GtkButton" id="clear_all">
 		      <property name="visible">True</property>
+		      <property name="tooltip" translatable="yes">Clear the selection and unselect all types.</property>
 		      <property name="can_default">True</property>
 		      <property name="can_focus">True</property>
 		      <property name="label" translatable="yes">C_lear All</property>
@@ -3072,6 +3075,7 @@
 		  <child>
 		    <widget class="GtkButton" id="default_types">
 		      <property name="visible">True</property>
+		      <property name="tooltip" translatable="yes">Select the default selection.</property>
 		      <property name="can_default">True</property>
 		      <property name="can_focus">True</property>
 		      <property name="label" translatable="yes">_Default</property>
@@ -3160,7 +3164,7 @@
 	  <child>
 	    <widget class="GtkLabel" id="Balance">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">Balances</property>
+	      <property name="label" translatable="yes">Balance</property>
 	      <property name="use_underline">False</property>
 	      <property name="use_markup">False</property>
 	      <property name="justify">GTK_JUSTIFY_LEFT</property>

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2005-12-31 06:20:35 UTC (rev 12224)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2005-12-31 12:02:22 UTC (rev 12225)
@@ -245,7 +245,8 @@
 	/* View menu */
 
 	{ "ViewSortByAction", NULL, N_("_Sort By..."), NULL, NULL, NULL },
-	{ "ViewFilterByAction", NULL, N_("_Filter By..."), NULL, NULL, NULL },
+	{ "ViewFilterByAction", NULL, N_("_Filter By..."), NULL, 
+	  N_("Select the account types that should be displayed."), NULL },
 	{ "ViewRefreshAction", GTK_STOCK_REFRESH, N_("_Refresh"), "<control>r",
 	  N_("Refresh this window"),
 	  G_CALLBACK (gnc_main_window_cmd_view_refresh) },



More information about the gnucash-changes mailing list