Op 26-2-2012 0:05, sa...@lyx.org schreef:
Author: sanda
Date: Sun Feb 26 00:05:28 2012
New Revision: 40796
URL: http://www.lyx.org/trac/changeset/40796

Log:
Add tooltip for graphics insets

+
+docstring InsetGraphics::toolTip(BufferView const&, int, int) const
+{
+       return 
from_utf8(FileName(params().filename.relFileName()).onlyFileName());
+}
+

Isn't the FileName constructor supposed to Assert on a non-absolute path ?

Vincent

Reply via email to