kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #12500
Re: PATCH: fix strange string concatenation in component_tree_search_container.cpp
----- Original Message -----
> From: Wayne Stambaugh <stambaughw@xxxxxxxxxxx>
> To: kicad-developers@xxxxxxxxxxxxxxxxxxx
> Cc:
> Sent: Sunday, February 23, 2014 10:21 AM
> Subject: Re: [Kicad-developers] PATCH: fix strange string concatenation in component_tree_search_container.cpp
>
> On 2/22/2014 4:55 PM, Cirilo Bernardo 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.
>>
>> - Cirilo
>>
>
> Cirilo,
>
> Are you building with wxWidgets 2.8? I'll commit this patch but I need
> a little more substance for the commit message.
>
> Thanks,
>
> Wayne
>
>
Yes, I have wxWidgets 2.8 (Debian tends to be a bit slow).
- Cirilo
Follow ups
References