kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #12487
Re: PATCH: fix strange string concatenation in component_tree_search_container.cpp
On 23 February 2014 11:03, Henner Zeller <h.zeller@xxxxxxx> wrote:
> On 22 February 2014 13:55, Cirilo Bernardo <cirilo_bernardo@xxxxxxxxx>
> 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.
>
I experienced the same error on Ubuntu 13.04. The patch works here too.
References