Add Save As hotkey to footprint editor
Fixes: lp:1828481 * https://bugs.launchpad.net/kicad/+bug/1828481
This commit is contained in:
parent
ae54f34392
commit
a3483f44d2
|
@ -85,8 +85,8 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
|||
_( "Save changes" ),
|
||||
KiBitmap( save_xpm ) );
|
||||
|
||||
AddMenuItem( fileMenu, ID_MODEDIT_SAVE_AS,
|
||||
_( "Save &As..." ),
|
||||
text = AddHotkeyName( _( "Save &As..." ), m_hotkeysDescrList, HK_SAVEAS );
|
||||
AddMenuItem( fileMenu, ID_MODEDIT_SAVE_AS, text,
|
||||
_( "Save a copy to a new name and/or location" ),
|
||||
KiBitmap( save_as_xpm ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue