fixed footprint editor accelerator

This commit is contained in:
Simon Wells 2015-09-24 06:45:24 +12:00
parent bb286d52b1
commit e45cdaedb6
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
// Contents
AddMenuItem( helpMenu, wxID_HELP,
_( "P&cbnew Manual" ),
_( "Pcbnew &Manual" ),
_( "Open the Pcbnew Manual" ),
KiBitmap( online_help_xpm ) );