]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LyXFileDialog.cpp
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / LyXFileDialog.cpp
index c0981611b5d3e282f787f1ed89e9def1823c83d8..2bc7ba1a030d8eb6e2e0d2d26932c51a351362e4 100644 (file)
@@ -49,7 +49,7 @@ LyXFileDialog::LyXFileDialog(QString const & title,
                                 // FIXME replace that with guiApp->currentView()
        : QFileDialog(qApp->focusWidget(), title, path)
 {
-       setFilters(filters);
+       setNameFilters(filters);
        setWindowTitle(title);
 
        QList<QHBoxLayout *> layout = findChildren<QHBoxLayout *>();