[Gnucash-changes] r13817 - gnucash/trunk - Add a tooltip for the
"hidden" option in the Edit Account dialog.
David Hampton
hampton at cvs.gnucash.org
Fri Apr 21 11:07:31 EDT 2006
Author: hampton
Date: 2006-04-21 11:07:28 -0400 (Fri, 21 Apr 2006)
New Revision: 13817
Trac: http://svn.gnucash.org/trac/changeset/13817
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/src/gnome/glade/account.glade
Log:
Add a tooltip for the "hidden" option in the Edit Account dialog.
Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog 2006-04-21 08:09:20 UTC (rev 13816)
+++ gnucash/trunk/ChangeLog 2006-04-21 15:07:28 UTC (rev 13817)
@@ -1,3 +1,8 @@
+2006-04-21 David Hampton <hampton at employees.org>
+
+ * src/gnome/glade/account.glade: Add a tooltip for the "hidden"
+ option in the Edit Account dialog.
+
2006-04-19 David Hampton <hampton at employees.org>
* src/report/report-system/gnc-report.c: If the report already has
Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade 2006-04-21 08:09:20 UTC (rev 13816)
+++ gnucash/trunk/src/gnome/glade/account.glade 2006-04-21 15:07:28 UTC (rev 13817)
@@ -378,6 +378,7 @@
<child>
<widget class="GtkCheckButton" id="hidden_button">
<property name="visible">True</property>
+ <property name="tooltip" translatable="yes">This account (and any sub-accounts) will be hidden in the account tree and will not appear in the popup account list in the register. To reset this option, you will first need to open the "Filter By..." dialog for the account tree and check the "show hidden accounts" option. Doing so will allow you to select the account and reopen this dialog.</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">H_idden</property>
<property name="use_underline">True</property>
More information about the gnucash-changes
mailing list