]> git.lyx.org Git - features.git/commitdiff
Make InsetInfo output a path matching the LaTeX compiler.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 7 Sep 2011 21:41:00 +0000 (21:41 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 7 Sep 2011 21:41:00 +0000 (21:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39631 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInfo.cpp
status.20x

index 335e1b6a103339a0298d560f1bdf9741c2a4f698..21f33bff0ec585419d1559a093de0c65c1347b91 100644 (file)
@@ -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") {
index b4d4aaa3f861ab9b5354dc260118d329c82efea5..34200ffbbb0c7c9ded157462a05f5a75669e8e23 100644 (file)
@@ -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