Krita status & todo (21/11/06)

Sven Langkamp sven.langkamp at gmail.com
Tue Nov 21 23:07:53 CET 2006


On 11/21/06, Boudewijn Rempt <boud at valdyas.org> wrote:
> * The nameserver does something wrong i18n-wise, so we get an ugly string
> appended to our generated layer names. (It's been this way since way before
> my refactoring though, ever since the new layerbox got merged)

I found out what going wrong:
The nameserver is created by new KisNameServer(i18n("Layer %1"), 1);
In the string i18n finds %i and is missing the argument for it, so it
appends the warning.

I propose to create the string outside of the nameserver and use the
nameserver only for the number.


More information about the kimageshop mailing list