]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LyXFileDialog.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / LyXFileDialog.cpp
index 2bc7ba1a030d8eb6e2e0d2d26932c51a351362e4..edb15f0887b67f34d0308049fb96fd129a68f0e2 100644 (file)
@@ -51,6 +51,7 @@ LyXFileDialog::LyXFileDialog(QString const & title,
 {
        setNameFilters(filters);
        setWindowTitle(title);
+       setOption(QFileDialog::DontUseNativeDialog);
 
        QList<QHBoxLayout *> layout = findChildren<QHBoxLayout *>();