Fix Tax-related inconsistency in UI

Changes the 'Sensitive' Property to 'No' from 'Yes' in 'account.glade'
for the 'tax_related_button' widget so that the setting is displayed but
cannot be changed in the account edit dialog. Sets the Tooltip
property to "Use Edit->Tax Options to set the tax-related flag and assign
a tax code to this account." in 'account.glade'.

Patch by "J. Alex Aycinena" <alex.aycinena@gmail.com>
BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17646 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2008-10-25 09:32:03 +00:00
parent 1401b066bd
commit 8c72f4c01b

View File

@ -367,6 +367,8 @@
<child> <child>
<widget class="GtkCheckButton" id="tax_related_button"> <widget class="GtkCheckButton" id="tax_related_button">
<property name="visible">True</property> <property name="visible">True</property>
<property name="sensitive">False</property>
<property name="tooltip" translatable="yes">Use Edit-&gt;Tax Options to set the tax-related flag and assign a tax code to this account.</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="label" translatable="yes">Ta_x related</property> <property name="label" translatable="yes">Ta_x related</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>