]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiSendto.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiSendto.cpp
index 4c9589c9a5974a84007ee843a6c3aa7bc7dca6dc..9d2503bee72074fd8b72468e65ed298009952c15 100644 (file)
@@ -72,6 +72,7 @@ void GuiSendTo::changed_adaptor()
 void GuiSendTo::updateContents()
 {
        all_formats_ = buffer().params().exportableFormats(false);
+       sort(all_formats_.begin(), all_formats_.end(), Format::formatSorter);
        
        // Save the current selection if any
        Format const * current_format = 0;