Standardize open web browser
This commit is contained in:
parent
f76b89cf99
commit
de8716bcc2
|
@ -661,7 +661,7 @@ void prepareHelpMenu( wxMenu* aParentMenu )
|
|||
aParentMenu->AppendSeparator();
|
||||
AddMenuItem( aParentMenu, ID_HELP_GET_INVOLVED,
|
||||
_( "Get &Involved" ),
|
||||
_( "Contribute to KiCad (open web browser)" ),
|
||||
_( "Contribute to KiCad (opens a web browser)" ),
|
||||
KiBitmap( info_xpm ) );
|
||||
|
||||
aParentMenu->AppendSeparator();
|
||||
|
|
|
@ -509,7 +509,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
|||
|
||||
AddMenuItem( helpMenu, ID_HELP_GET_INVOLVED,
|
||||
_( "Get &Involved" ),
|
||||
_( "Contribute to KiCad (open web browser)" ),
|
||||
_( "Contribute to KiCad (opens a web browser)" ),
|
||||
KiBitmap( info_xpm ) );
|
||||
|
||||
// About Pcbnew
|
||||
|
|
|
@ -506,7 +506,7 @@ void prepareHelpMenu( wxMenu* aParentMenu )
|
|||
|
||||
AddMenuItem( aParentMenu, ID_HELP_GET_INVOLVED,
|
||||
_( "Get &Involved" ),
|
||||
_( "Contribute to KiCad - open web browser" ),
|
||||
_( "Contribute to KiCad (opens a web browser)" ),
|
||||
KiBitmap( info_xpm ) );
|
||||
|
||||
aParentMenu->AppendSeparator();
|
||||
|
|
Loading…
Reference in New Issue