From: Enrico Forestieri Date: Wed, 7 Sep 2011 21:41:00 +0000 (+0000) Subject: Make InsetInfo output a path matching the LaTeX compiler. X-Git-Tag: 2.0.2~218 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dcbce9fe98c1d71dbde3345cbe33b97fbeb6053e;p=features.git Make InsetInfo output a path matching the LaTeX compiler. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39631 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 335e1b6a10..21f33bff0e 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -421,7 +421,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") { diff --git a/status.20x b/status.20x index b4d4aaa3f8..34200ffbbb 100644 --- a/status.20x +++ b/status.20x @@ -33,6 +33,8 @@ What's new - Speed up cursor movement when inline completion is enabled in math. +- Make InsetInfo output a path matching the LaTeX compiler. + * DOCUMENTATION AND LOCALIZATION