[Gnucash-changes] r12217 - gnucash/trunk - Fix the 'sort by number'
and 'sort by statement date' choices in the
David Hampton
hampton at cvs.gnucash.org
Fri Dec 30 21:07:31 EST 2005
Author: hampton
Date: 2005-12-30 21:07:30 -0500 (Fri, 30 Dec 2005)
New Revision: 12217
Trac: http://svn.gnucash.org/trac/changeset/12217
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/src/gnome/glade/register.glade
Log:
Fix the 'sort by number' and 'sort by statement date' choices in the
register sort dialog.
Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog 2005-12-31 01:36:46 UTC (rev 12216)
+++ gnucash/trunk/ChangeLog 2005-12-31 02:07:30 UTC (rev 12217)
@@ -1,5 +1,8 @@
2005-12-30 David Hampton <hampton at employees.org>
+ * src/gnome/glade/register.glade: Fix the 'sort by number' and
+ 'sort by statement date' choices in the register sort dialog.
+
* src/gnome-utils/dialog-transfer.c: Enhance the dialog so that
pressing the Enter key in any field will activate the dialog.
Fixes bug 125565.
Modified: gnucash/trunk/src/gnome/glade/register.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/register.glade 2005-12-31 01:36:46 UTC (rev 12216)
+++ gnucash/trunk/src/gnome/glade/register.glade 2005-12-31 02:07:30 UTC (rev 12217)
@@ -1793,7 +1793,7 @@
</child>
<child>
- <widget class="GtkRadioButton" id="BY_DATE_RECONDILED">
+ <widget class="GtkRadioButton" id="BY_DATE_RECONCILED">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Sort by the statement date (unreconciled items last)</property>
<property name="can_focus">True</property>
@@ -1815,7 +1815,7 @@
</child>
<child>
- <widget class="GtkRadioButton" id="BY_NUMBER">
+ <widget class="GtkRadioButton" id="BY_NUM">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Sort by number</property>
<property name="can_focus">True</property>
More information about the gnucash-changes
mailing list