]> git.lyx.org Git - features.git/commit
Fix shortenng of file names in MakeDisplayPath.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 6 Nov 2011 22:36:14 +0000 (22:36 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 21 Aug 2012 09:59:28 +0000 (11:59 +0200)
commit337bfa6010235a10751f1de451913cc8dbf4616d
tree645f153f86042bb0e88d1d9f60dc1c182eb07720
parent33c8906f70920540ebde1f97d7007b64d5591cbe
Fix shortenng of file names in MakeDisplayPath.

It is not a good idea to slice an utf8 string at arbitrary offsets, we have to work on a docstring instead.
We need unfortunately to switch back and forth between utf8 and docstring.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40149 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/filetools.cpp
status.20x