]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.cpp
buffer-export default
[features.git] / src / frontends / qt4 / GuiView.cpp
index 63bd4c67d94f6bcedacdfc427810214734f66fb8..b4d081062acb1d07fb815ae4d3a641ec7615ada4 100644 (file)
@@ -3548,7 +3548,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                        else
                                target_dir = doc_buffer->fileName().onlyPath();
 
-                       string const format = (argument.empty() || argument == "*") ?
+                       string const format = (argument.empty() || argument == "default") ?
                                doc_buffer->params().getDefaultOutputFormat() : argument;
 
                        if ((dest.empty() && doc_buffer->isUnnamed())