Missed some menu items in the earlier clean-up.
This commit is contained in:
parent
942d4e7658
commit
cfd2f1d001
|
@ -428,14 +428,6 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
|||
//----- Preferences menu -----------------
|
||||
wxMenu* prefs_menu = new wxMenu;
|
||||
|
||||
AddMenuItem( prefs_menu, ID_PCB_LIB_WIZARD,
|
||||
_( "&Footprint Library Wizard..." ), _( "Add footprint libraries with wizard" ),
|
||||
KiBitmap( wizard_add_fplib_small_xpm ) );
|
||||
|
||||
AddMenuItem( prefs_menu, ID_PCB_LIB_TABLE_EDIT,
|
||||
_( "Footprint Li&brary Table..." ), _( "Configure footprint library table" ),
|
||||
KiBitmap( library_table_xpm ) );
|
||||
|
||||
// Path configuration edit dialog.
|
||||
AddMenuItem( prefs_menu,
|
||||
ID_PREFERENCES_CONFIGURE_PATHS,
|
||||
|
@ -443,6 +435,14 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
|||
_( "Edit path configuration environment variables" ),
|
||||
KiBitmap( path_xpm ) );
|
||||
|
||||
AddMenuItem( prefs_menu, ID_PCB_LIB_WIZARD,
|
||||
_( "Add &Footprint Libraries Wizard..." ), _( "Add footprint libraries with wizard" ),
|
||||
KiBitmap( wizard_add_fplib_small_xpm ) );
|
||||
|
||||
AddMenuItem( prefs_menu, ID_PCB_LIB_TABLE_EDIT,
|
||||
_( "Manage Footprint Li&braries..." ), _( "Configure footprint library table" ),
|
||||
KiBitmap( library_table_xpm ) );
|
||||
|
||||
// Settings
|
||||
AddMenuItem( prefs_menu, wxID_PREFERENCES,
|
||||
_( "General &Settings..." ), _( "Change footprint editor settings." ),
|
||||
|
|
Loading…
Reference in New Issue