AUDIT: r17646 - gnucash/trunk/src/gnome/glade - Fix Tax-related inconsistency in UI

Christian Stimming cstim at cvs.gnucash.org
Sat Oct 25 05:32:04 EDT 2008


Author: cstim
Date: 2008-10-25 05:32:03 -0400 (Sat, 25 Oct 2008)
New Revision: 17646
Trac: http://svn.gnucash.org/trac/changeset/17646

Modified:
   gnucash/trunk/src/gnome/glade/account.glade
Log:
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 at gmail.com>
BP

Modified: gnucash/trunk/src/gnome/glade/account.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/account.glade	2008-10-25 09:01:53 UTC (rev 17645)
+++ gnucash/trunk/src/gnome/glade/account.glade	2008-10-25 09:32:03 UTC (rev 17646)
@@ -367,6 +367,8 @@
 		      <child>
 			<widget class="GtkCheckButton" id="tax_related_button">
 			  <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="label" translatable="yes">Ta_x related</property>
 			  <property name="use_underline">True</property>



More information about the gnucash-changes mailing list