Make InsetInfo output a path matching the LaTeX compiler.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39629 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-09-07 08:14:10 +00:00
parent 93b6b6fc04
commit 3fd8b88154

View File

@ -422,7 +422,7 @@ void InsetInfo::updateInfo()
break;
}
if (name_ == "path") {
setText(from_utf8(buffer().filePath()));
setText(from_utf8(os::latex_path(buffer().filePath())));
break;
}
if (name_ == "class") {