mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Correct comment
This commit is contained in:
parent
9b1763cd42
commit
a8572c1358
@ -320,7 +320,7 @@ void InsetGraphics::outBoundingBox(graphics::BoundingBox & bbox) const
|
||||
|
||||
FileName const file(params().filename.absFileName());
|
||||
|
||||
// No correction is necessary for a postscript image
|
||||
// No correction is necessary for a vector image
|
||||
bool const zipped = theFormats().isZippedFile(file);
|
||||
FileName const unzipped_file = zipped ? unzipFile(file) : file;
|
||||
string const format = theFormats().getFormatFromFile(unzipped_file);
|
||||
|
Loading…
Reference in New Issue
Block a user