diff --git a/pcbnew/menubar_footprint_editor.cpp b/pcbnew/menubar_footprint_editor.cpp index 9b7ebb2bbf..214f88042d 100644 --- a/pcbnew/menubar_footprint_editor.cpp +++ b/pcbnew/menubar_footprint_editor.cpp @@ -111,6 +111,7 @@ void FOOTPRINT_EDIT_FRAME::doReCreateMenuBar() editMenu->AppendSeparator(); editMenu->Add( PCB_ACTIONS::editTextAndGraphics ); editMenu->Add( PCB_ACTIONS::defaultPadProperties ); + editMenu->Add( PCB_ACTIONS::enumeratePads ); //-- View menu -------------------------------------------------------