Uwe Stöhr wrote: > Why does this not work?: > > + throw invalidParam(qt_("caption parameter is not quoted with braces"));
because invalidParam expects a std::string, qt_() is a QString. I think InsetListingsParams need to be rewritten to handle docstrings (that would be _("string")). Jürgen