Updated accelerator keys to &M in eeschema and libedit

This commit is contained in:
Simon Wells 2015-09-24 06:11:56 +12:00
parent 58d0abb23a
commit 70b93f3c6c
2 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,7 @@ void SCH_EDIT_FRAME::ReCreateMenuBar()
AddMenuItem( helpMenu,
wxID_HELP,
_( "Eesc&hema Manual" ),
_( "Eeschema &Manual" ),
_( "Open Eeschema manual" ),
KiBitmap( online_help_xpm ) );

View File

@ -260,7 +260,7 @@ void LIB_EDIT_FRAME::ReCreateMenuBar()
// Contents
AddMenuItem( helpMenu,
wxID_HELP,
_( "Eesc&hema Manual" ),
_( "Eeschema &Manual" ),
_( "Open the Eeschema manual" ),
KiBitmap( online_help_xpm ) );