|
|
|
@ -285,6 +285,13 @@ void LIB_EDIT_FRAME::ReCreateMenuBar() |
|
|
|
// Menu Preferences:
|
|
|
|
wxMenu* preferencesMenu = new wxMenu; |
|
|
|
|
|
|
|
// Environment varialbes
|
|
|
|
AddMenuItem( preferencesMenu, |
|
|
|
ID_PREFERENCES_CONFIGURE_PATHS, |
|
|
|
_( "Configure Pa&ths..." ), |
|
|
|
_( "Edit path configuration environment variables" ), |
|
|
|
KiBitmap( path_xpm ) ); |
|
|
|
|
|
|
|
// Library list
|
|
|
|
AddMenuItem( preferencesMenu, |
|
|
|
ID_EDIT_SYM_LIB_TABLE, |
|
|
|
@ -292,6 +299,8 @@ void LIB_EDIT_FRAME::ReCreateMenuBar() |
|
|
|
_( "Edit the global and project symbol library tables." ), |
|
|
|
KiBitmap( library_table_xpm ) ); |
|
|
|
|
|
|
|
preferencesMenu->AppendSeparator(); |
|
|
|
|
|
|
|
// Default values and options
|
|
|
|
AddMenuItem( preferencesMenu, |
|
|
|
wxID_PREFERENCES, |
|
|
|
|