Alfredo Braunstein <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Are you saying that getInsetName() is the culprit? > | return bformat(_(" Macro: %s: "), getInsetName()); > | Unrelated: shouldn't the %s be a %1$s to avoid the non-boost::format assert?
Yes.... but %1 should be allowed... so this shows a bug in bformat. but let's change this to %1$s. -- Lgb