Fix tabstops in the preference dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2011-02-13 09:54:55 +00:00
parent 8e6e9d3782
commit 99ff27e1b8
2 changed files with 1 additions and 11 deletions

View File

@ -351,16 +351,6 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<tabstops>
<tabstop>latexEncodingED</tabstop>
<tabstop>latexPaperSizeCO</tabstop>
<tabstop>latexChecktexED</tabstop>
<tabstop>latexBibtexED</tabstop>
<tabstop>latexIndexED</tabstop>
<tabstop>latexDviPaperED</tabstop>
<tabstop>pathCB</tabstop>
<tabstop>latexAutoresetCB</tabstop>
</tabstops>
<includes> <includes>
<include location="local">qt_i18n.h</include> <include location="local">qt_i18n.h</include>
</includes> </includes>

View File

@ -339,7 +339,6 @@
</widget> </widget>
<tabstops> <tabstops>
<tabstop>printerNameED</tabstop> <tabstop>printerNameED</tabstop>
<tabstop>printerAdaptCB</tabstop>
<tabstop>printerCommandED</tabstop> <tabstop>printerCommandED</tabstop>
<tabstop>printerEvenED</tabstop> <tabstop>printerEvenED</tabstop>
<tabstop>printerOddED</tabstop> <tabstop>printerOddED</tabstop>
@ -356,6 +355,7 @@
<tabstop>printerExtraED</tabstop> <tabstop>printerExtraED</tabstop>
<tabstop>printerSpoolCommandED</tabstop> <tabstop>printerSpoolCommandED</tabstop>
<tabstop>printerSpoolPrefixED</tabstop> <tabstop>printerSpoolPrefixED</tabstop>
<tabstop>printerAdaptCB</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local" >qt_i18n.h</include> <include location="local" >qt_i18n.h</include>