Move Geographical Reannotate menu below separator

This commit is contained in:
Michael Kavanagh 2020-08-17 00:29:08 +01:00 committed by Ian McInerney
parent a3fc028c9b
commit 1aad216647
1 changed files with 1 additions and 1 deletions

View File

@ -382,9 +382,9 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
toolsMenu->AppendSeparator();
toolsMenu->Add( ACTIONS::showFootprintEditor );
toolsMenu->Add( PCB_ACTIONS::updateFootprints );
toolsMenu->Add( PCB_ACTIONS::boardReannotate );
toolsMenu->AppendSeparator();
toolsMenu->Add( PCB_ACTIONS::boardReannotate );
toolsMenu->Add( PCB_ACTIONS::removeUnusedPads );
toolsMenu->Add( PCB_ACTIONS::repairBoard );