Pcbnew: commit forgotten change.
This commit is contained in:
parent
fe37c549f7
commit
5768efe881
|
@ -104,7 +104,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
||||||
AddMenuItem( fileMenu, ID_MODEDIT_SAVE_LIBRARY_AS,
|
AddMenuItem( fileMenu, ID_MODEDIT_SAVE_LIBRARY_AS,
|
||||||
_( "Save Current Library As..." ),
|
_( "Save Current Library As..." ),
|
||||||
_( "Save entire current library under a new name." ),
|
_( "Save entire current library under a new name." ),
|
||||||
wxNullBitmap );
|
KiBitmap( copy_library_xpm ) );
|
||||||
|
|
||||||
// Save module
|
// Save module
|
||||||
text = AddHotkeyName( _( "&Save Module in Active Library" ),
|
text = AddHotkeyName( _( "&Save Module in Active Library" ),
|
||||||
|
|
Loading…
Reference in New Issue