]> git.lyx.org Git - lyx.git/commit
Make sure an unzipped file has correct extension.
authorEnrico Forestieri <forenr@lyx.org>
Fri, 13 Mar 2015 16:24:09 +0000 (17:24 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 13 Mar 2015 16:28:18 +0000 (17:28 +0100)
commitc057d4e7ee7a64954d0be7ddb544e175de6a904e
tree9f4570e0262292f9e221b425ad91a993ab2011a6
parentd9c867da19db0bc84abf55df04fd7e4565c7715b
Make sure an unzipped file has correct extension.

If a mask is missing, the TempFile class appends it to the filename.
This may be a problem with applications relying on the extension,
so explicitly add a mask.
src/graphics/GraphicsCacheItem.cpp