Angus Leeming <[EMAIL PROTECTED]> writes: | On Sunday 15 December 2002 12:37 pm, Michael Schmitt wrote: | > Hi, | > | > enclosed please find a patch for the problem that option "scale%" is not | > listed correctly in the graphics dialog. The patch is rather trivial. | > Please commit it. | > | > Kind regards, Michael | | Lars, two questions about this: | 1. Shouldn't the BOOST string be prefixed by "// | xgettext:no-c-format"?
No. "%1$s" is a format string. | 2. Why do we need FOUR '%' chars? What's boost::format trying to do with this stuff? In a regex '%' is a special char so to get verbatim '%' you need "%%". And if there are other processing being done that also have '%' as a special char then you need to more... -- Lgb