42 wxMenuBar* oldMenuBar = GetMenuBar();
50 fileMenu->AppendSeparator();
51 fileMenu->
AddClose(
_(
"Assign Footprints" ) );
60 editMenu->AppendSeparator();
74 prefsMenu->
Add(
_(
"Preferences..." ) + wxS(
"\tCtrl+," ),
75 _(
"Show preferences for all open tools" ),
79 prefsMenu->AppendSeparator();
82 prefsMenu->AppendSeparator();
87 menuBar->Append( fileMenu,
_(
"&File" ) );
88 menuBar->Append( editMenu,
_(
"&Edit" ) );
89 menuBar->Append( prefsMenu,
_(
"&Preferences" ) );
92 SetMenuBar( menuBar );
static TOOL_ACTION showFootprintLibTable
static TOOL_ACTION configurePaths
Handle actions that are shared between different applications.
static TOOL_ACTION showEquFileTable
static TOOL_ACTION saveAssociationsToSchematic
Management actions.
void doReCreateMenuBar() override
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.