]> git.lyx.org Git - features.git/commit
Do not duplicate jpg format
authorGeorg Baum <baum@lyx.org>
Thu, 2 Jun 2016 20:31:27 +0000 (22:31 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 2 Jun 2016 20:31:27 +0000 (22:31 +0200)
commit8d255ced2a003b2b8262bf51d1b245ff0dee9dc3
tree4c65cdfdfc9d265806800c270adfb501c3bd1507
parentd2424c699826d1e41b15a280f5e9b014173b92d4
Do not duplicate jpg format

Some qt versions report both "jpeg" and "jpg" as loadable file extensions.
In this case the jpg format was added twice previously. This does not happen
anymore with the new code, and it works as well if only "jpg" or only "jpeg"
is reported.
src/frontends/qt4/GuiApplication.cpp