From: Richard Heck Date: Tue, 13 Sep 2011 12:39:43 +0000 (+0000) Subject: Whitespace. X-Git-Tag: 2.1.0beta1~2718 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9ffc42d216c0bdf3d51e6d58e797321b8d305c22;p=features.git Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39669 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 324b4a0762..fbabcc8b50 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -693,8 +693,8 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const os << '\\' << from_ascii(params().getCmdName()) << '{' << from_utf8(incfile) << '}'; } else { - incfile = changeExtension(incfile, ".tex"); - incfile = latex_path(incfile); + incfile = changeExtension(incfile, ".tex"); + incfile = latex_path(incfile); // FIXME UNICODE os << '\\' << from_ascii(params().getCmdName()) << '{' << from_utf8(incfile) << '}';