* 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:
Georg Baum 2006-05-25 07:38:32 +00:00
parent 730c25aafe
commit 07db8e3139

View File

@ -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 `"