]> git.lyx.org Git - features.git/commit
Fix filter filter regex
authorGeorg Baum <baum@lyx.org>
Thu, 8 Sep 2016 18:54:13 +0000 (20:54 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 8 Sep 2016 18:54:40 +0000 (20:54 +0200)
commit1cbc3b6e549cc68424d707cd5d8fe1a856a25899
treeb534cd19621c2fab488794952f848399de9571a4
parent7e37dc20ebc6cd16321aaa9a3ccd4aeb5d6b4d1b
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