Set the default button.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13151 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/register-rewrite
David Hampton 21 years ago
parent c2196a9b50
commit 124ef42e61

@ -1,3 +1,8 @@
2006-02-08 David Hampton <hampton@employees.org>
* src/gnome-search/search.glade: Set the default button. Fixes
#329539.
2006-02-07 Christian Stimming <stimming@tuhh.de>
* po/glossary/gnc-glossary.txt: Update glossary with new term

@ -147,6 +147,7 @@
<widget class="GtkButton" id="find_button">
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-find</property>
<property name="use_stock">True</property>

Loading…
Cancel
Save