On Sat, Dec 8, 2012 at 6:25 PM, <[email protected]> wrote:
> ------------------------------------------------------------
> revno: 3839
> committer: jean-pierre charras <[email protected]>
> 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)
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp