mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
7540d6f08a
commit
095729af58
@ -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>
|
2006-04-19 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
* src/report/report-system/gnc-report.c: If the report already has
|
* src/report/report-system/gnc-report.c: If the report already has
|
||||||
|
@ -378,6 +378,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="hidden_button">
|
<widget class="GtkCheckButton" id="hidden_button">
|
||||||
<property name="visible">True</property>
|
<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="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">H_idden</property>
|
<property name="label" translatable="yes">H_idden</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user