Change the order of these backends.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31952 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-11 23:50:54 +00:00
parent af0c9adc38
commit b56faec8f4

View File

@ -3275,8 +3275,8 @@ vector<string> Buffer::backends() const
if (v.back() == "latex")
v.push_back("pdflatex");
}
v.push_back("text");
v.push_back("xhtml");
v.push_back("text");
v.push_back("lyx");
return v;
}