]> git.lyx.org Git - lyx.git/commit
Fix filter filter regex
authorGeorg Baum <baum@lyx.org>
Mon, 5 Sep 2016 20:49:59 +0000 (22:49 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 5 Sep 2016 20:49:59 +0000 (22:49 +0200)
commit646d47ae9393bc7384e85680059e70a3f8a6ae8f
treedf36714fe8ad2571b591a44c9617dc623197b55a
parent72837fec5ceaf48533daa627e00af387f20bd248
Fix filter filter regex

Now the external material file dialog shows the file types defined in the
template again. Before this fix it did only show "All files (*)".
I don't know what the old syntax was supposed to do or whether it ever worked
with boost::regex, but with std::regex the new one is correct.
src/frontends/qt4/qt_helpers.cpp