Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

wxSmith non i18N strings with international characters are not correctly managed

<< < (2/2)

Bug Killer:
Whichever is the value of the global i18N settings prefix is always _( because of a mistake in wxscodinglang.cpp.

Line : const bool DoTranslation = WithTranslation && (cfg->ReadBool("/useI18N"), true);

Should be : const bool DoTranslation = WithTranslation && cfg->ReadBool("/useI18N", true);

Now everything goes well.

Miguel Gimenez:
Fixed in trunk, thank you.

Navigation

[0] Message Index

[*] Previous page

Go to full version