mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
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:
parent
93b6b6fc04
commit
3fd8b88154
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user