Author: forenr
Date: Wed Sep 7 23:41:00 2011
New Revision: 39631
URL: http://www.lyx.org/trac/changeset/39631
Log:
Make InsetInfo output a path matching the LaTeX compiler.
Modified:
lyx-devel/branches/BRANCH_2_0_X/src/insets/InsetInfo.cpp
lyx-devel/branches/BRANCH_2_0_X/status.20x
Modified: lyx-devel/branches/BRANCH_2_0_X/src/insets/InsetInfo.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/insets/InsetInfo.cpp Wed Sep 7
23:37:25 2011 (r39630)
+++ lyx-devel/branches/BRANCH_2_0_X/src/insets/InsetInfo.cpp Wed Sep 7
23:41:00 2011 (r39631)
@@ -421,7 +421,7 @@
break;
}
if (name_ == "path") {
- setText(from_utf8(buffer().filePath()));
+ setText(from_utf8(os::latex_path(buffer().filePath())));
break;
}
if (name_ == "class") {
Modified: lyx-devel/branches/BRANCH_2_0_X/status.20x
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/status.20x Wed Sep 7 23:37:25 2011
(r39630)
+++ lyx-devel/branches/BRANCH_2_0_X/status.20x Wed Sep 7 23:41:00 2011
(r39631)
@@ -33,6 +33,8 @@
- Speed up cursor movement when inline completion is enabled in math.
+- Make InsetInfo output a path matching the LaTeX compiler.
+
* DOCUMENTATION AND LOCALIZATION