On 22 February 2014 13:55, Cirilo Bernardo <[email protected]> wrote: > In the last commit there was a strange string concatenation which > would not build on my machine: > > _("Unit") + wxT( " " ) + unitName > > > This patch breaks the operation into 2 steps, first defining the > wxString "Unit " and concatenating the name.
Thanks for the fix (What is the platform you were testing this on ?) Good for one of the maintainers to apply. -h _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

