diff --git a/pcbnew/menubar_pcb_editor.cpp b/pcbnew/menubar_pcb_editor.cpp index 3e5cb1dcaf..6bfaef7007 100644 --- a/pcbnew/menubar_pcb_editor.cpp +++ b/pcbnew/menubar_pcb_editor.cpp @@ -83,11 +83,11 @@ void PCB_EDIT_FRAME::ReCreateMenuBar() ACTION_CONDITIONS cond; cond.Enable( FILE_HISTORY::FileHistoryNotEmpty( fileHistory ) ); RegisterUIUpdateHandler( item->GetId(), cond ); - - fileMenu->Add( PCB_ACTIONS::appendBoard ); - fileMenu->AppendSeparator(); } + fileMenu->Add( PCB_ACTIONS::appendBoard ); + fileMenu->AppendSeparator(); + fileMenu->Add( ACTIONS::save ); // Save as menu: