mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
* src/insets/insetgraphics.C
(InsetGraphics::prepareFile): Fix typo from last patch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13925 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
730c25aafe
commit
07db8e3139
@ -689,7 +689,7 @@ string const InsetGraphics::prepareFile(Buffer const & buf,
|
||||
if (lyx::support::rename(temp_file, new_file)) {
|
||||
temp_file = new_file;
|
||||
output_file = ChangeExtension(output_file, ext);
|
||||
source_file = ChangeExtension(output_file, ext);
|
||||
source_file = ChangeExtension(source_file, ext);
|
||||
} else
|
||||
lyxerr[Debug::GRAPHICS]
|
||||
<< "Could not rename file `"
|
||||
|
Loading…
Reference in New Issue
Block a user