Do not forget to save menu=export format flag to LyXRC.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37986 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2011-03-21 22:25:47 +00:00
parent 013b2c5be0
commit 5b2b94fe95

View File

@ -360,7 +360,7 @@ bool Formats::edit(Buffer const & buffer, FileName const & filename,
prettyName(format_name)));
return false;
}
// editor is 'auto'
if (format->editor() == "auto") {
if (os::autoOpenFile(filename.absFileName(), os::EDIT))