Pcbnew, file menu: fix missing initialization of Append Board menuitem

This commit is contained in:
jean-pierre charras 2019-05-31 18:28:31 +02:00
parent 68002d2eec
commit 30ad8e9369
1 changed files with 1 additions and 1 deletions

View File

@ -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,