fix tab order, reported by Bo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5801 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-12-10 18:41:41 +00:00
parent b80ff8d1c8
commit a5c4d7cd4e
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-12-10 John Levon <levon@movementarian.org>
* ui/QURLDialog.ui: fix tab order
2002-12-10 John Levon <levon@movementarian.org>
* QRef.C: patch from Alfredo

View File

@ -196,4 +196,11 @@
</connection>
<slot access="public">changed_adaptor()</slot>
</connections>
<tabstops>
<tabstop>urlED</tabstop>
<tabstop>nameED</tabstop>
<tabstop>hyperlinkCB</tabstop>
<tabstop>okPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
</UI>