Fix bug #4509: Default focus of SearchUi should be "Find Next".

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30390 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-07-06 22:11:05 +00:00
parent 5784b88f65
commit e02afb345a

View File

@ -172,6 +172,9 @@
<property name="default" >
<bool>true</bool>
</property>
<property name="autodefault">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="3" >
@ -179,6 +182,9 @@
<property name="enabled" >
<bool>false</bool>
</property>
<property name="autodefault">
<bool>false</bool>
</property>
<property name="text" >
<string>&amp;Replace</string>
</property>
@ -189,6 +195,9 @@
<property name="enabled" >
<bool>false</bool>
</property>
<property name="autodefault">
<bool>false</bool>
</property>
<property name="text" >
<string>Replace &amp;All</string>
</property>
@ -206,6 +215,9 @@
<property name="text" >
<string>&amp;Close</string>
</property>
<property name="autodefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>