fixed footprint editor accelerator
This commit is contained in:
parent
bb286d52b1
commit
e45cdaedb6
|
@ -338,7 +338,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
||||||
|
|
||||||
// Contents
|
// Contents
|
||||||
AddMenuItem( helpMenu, wxID_HELP,
|
AddMenuItem( helpMenu, wxID_HELP,
|
||||||
_( "P&cbnew Manual" ),
|
_( "Pcbnew &Manual" ),
|
||||||
_( "Open the Pcbnew Manual" ),
|
_( "Open the Pcbnew Manual" ),
|
||||||
KiBitmap( online_help_xpm ) );
|
KiBitmap( online_help_xpm ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue