Add a tooltip for the "hidden" option in the Edit Account dialog.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13817 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-04-21 15:07:28 +00:00
parent 7540d6f08a
commit 095729af58
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-04-21 David Hampton <hampton@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@employees.org>
* src/report/report-system/gnc-report.c: If the report already has

View File

@ -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 &quot;Filter By...&quot; dialog for the account tree and check the &quot;show hidden accounts&quot; 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>