← Back to team overview

kicad-developers team mailing list archive

Re: [Branch ~kicad-testing-committers/kicad/testing] Rev 3839: Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corres...

 

On Sat, Dec 8, 2012 at 6:25 PM,  <noreply@xxxxxxxxxxxxx> wrote:
> ------------------------------------------------------------
> revno: 3839
> committer: jean-pierre charras <jp.charras@xxxxxxxxxx>
> branch nick: kicad
> timestamp: Sat 2012-12-08 18:24:49 +0100
> message:
>   Eeschema: Add hotkey 'U' to edit reference. Better filtering for  hotheys V, F, U: now the corresponding field is selected without selection list between component and the field.

This patch breaks my build :

/kicad/eeschema/onrightclick.cpp:264: error: invalid operands of types
‘const wxChar*’ and ‘const wchar_t [2]’ to binary ‘operator+’

this is the line 264:
msg = AddHotkeyName( _( "Move" ) + wxT(" ") + name,
s_Schematic_Hokeys_Descr, HK_MOVE_COMPONENT_OR_ITEM );

My system, Linux gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)


Follow ups