Pcbnew, file menu: fix missing initialization of Append Board menuitem
This commit is contained in:
parent
68002d2eec
commit
30ad8e9369
|
@ -132,7 +132,7 @@ TOOL_ACTION PCB_ACTIONS::unlock( "pcbnew.EditorControl.unlock",
|
|||
|
||||
TOOL_ACTION PCB_ACTIONS::appendBoard( "pcbnew.EditorControl.appendBoard",
|
||||
AS_GLOBAL, 0,
|
||||
"", "" );
|
||||
"Append Board...", "", add_board_xpm );
|
||||
|
||||
TOOL_ACTION PCB_ACTIONS::highlightNet( "pcbnew.EditorControl.highlightNet",
|
||||
AS_GLOBAL, 0,
|
||||
|
|
Loading…
Reference in New Issue