]> git.lyx.org Git - lyx.git/commit
Fix the outstanding part of #7764, which involves sorting the file lists
authorRichard Heck <rgheck@comcast.net>
Sun, 30 Oct 2011 20:02:14 +0000 (20:02 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 30 Oct 2011 20:02:14 +0000 (20:02 +0000)
commit256e16d0c29f046650d22f1c9c058382d81ae245
treecf7ce0fb21736dd2dac6e8f9821c4349b1376789
parent05eff0e3440f64420efbe3369baced6ad43eaf95
Fix the outstanding part of #7764, which involves sorting the file lists
under Document>Settings>Output.

It turns out that we always want this list to be sorted when we get it,
so we can sort it in BufferParams rather than in three different places.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40101 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferParams.cpp
src/frontends/qt4/GuiSendto.cpp
src/frontends/qt4/Menus.cpp