mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
25f3a2e650
commit
4803be391d
@ -1,5 +1,8 @@
|
||||
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
|
||||
pressing the Enter key in any field will activate the dialog.
|
||||
Fixes bug 125565.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user