Browse Source

Add Save As hotkey to footprint editor

Fixes: lp:1828481
* https://bugs.launchpad.net/kicad/+bug/1828481
pull/15/head
Michael Kavanagh 7 years ago
committed by John Beard
parent
commit
a3483f44d2
  1. 4
      pcbnew/menubar_footprint_editor.cpp

4
pcbnew/menubar_footprint_editor.cpp

@ -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…
Cancel
Save