Abdelrazak Younes wrote: > Hum, it looks like I didn't send the patch :-) Here it is.
This fixes it for me as well. Well done! Note that gcc complained about this: > const Index: Paragraph.h > =================================================================== > --- Paragraph.h (revision 24874) > +++ Paragraph.h (working copy) > @@ -101,6 +101,8 @@ > bool isMultiLingual(BufferParams const &) const; > > /// > + docstring const Paragraph::printableString(bool label) const; should be + docstring const printableString(bool label) const; Please commit. Jürgen