Fix the 'sort by number' and 'sort by statement date' choices in the

register sort dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12217 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-12-31 02:07:30 +00:00
parent 25f3a2e650
commit 4803be391d
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2005-12-30 David Hampton <hampton@employees.org> 2005-12-30 David Hampton <hampton@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 * src/gnome-utils/dialog-transfer.c: Enhance the dialog so that
pressing the Enter key in any field will activate the dialog. pressing the Enter key in any field will activate the dialog.
Fixes bug 125565. Fixes bug 125565.

View File

@ -1793,7 +1793,7 @@
</child> </child>
<child> <child>
<widget class="GtkRadioButton" id="BY_DATE_RECONDILED"> <widget class="GtkRadioButton" id="BY_DATE_RECONCILED">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">Sort by the statement date (unreconciled items last)</property> <property name="tooltip" translatable="yes">Sort by the statement date (unreconciled items last)</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
@ -1815,7 +1815,7 @@
</child> </child>
<child> <child>
<widget class="GtkRadioButton" id="BY_NUMBER"> <widget class="GtkRadioButton" id="BY_NUM">
<property name="visible">True</property> <property name="visible">True</property>
<property name="tooltip" translatable="yes">Sort by number</property> <property name="tooltip" translatable="yes">Sort by number</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>