Standardize open web browser

This commit is contained in:
Seth Hillbrand 2018-03-07 21:16:54 -08:00
parent f76b89cf99
commit de8716bcc2
3 changed files with 3 additions and 3 deletions

View File

@ -661,7 +661,7 @@ void prepareHelpMenu( wxMenu* aParentMenu )
aParentMenu->AppendSeparator(); aParentMenu->AppendSeparator();
AddMenuItem( aParentMenu, ID_HELP_GET_INVOLVED, AddMenuItem( aParentMenu, ID_HELP_GET_INVOLVED,
_( "Get &Involved" ), _( "Get &Involved" ),
_( "Contribute to KiCad (open web browser)" ), _( "Contribute to KiCad (opens a web browser)" ),
KiBitmap( info_xpm ) ); KiBitmap( info_xpm ) );
aParentMenu->AppendSeparator(); aParentMenu->AppendSeparator();

View File

@ -509,7 +509,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
AddMenuItem( helpMenu, ID_HELP_GET_INVOLVED, AddMenuItem( helpMenu, ID_HELP_GET_INVOLVED,
_( "Get &Involved" ), _( "Get &Involved" ),
_( "Contribute to KiCad (open web browser)" ), _( "Contribute to KiCad (opens a web browser)" ),
KiBitmap( info_xpm ) ); KiBitmap( info_xpm ) );
// About Pcbnew // About Pcbnew

View File

@ -506,7 +506,7 @@ void prepareHelpMenu( wxMenu* aParentMenu )
AddMenuItem( aParentMenu, ID_HELP_GET_INVOLVED, AddMenuItem( aParentMenu, ID_HELP_GET_INVOLVED,
_( "Get &Involved" ), _( "Get &Involved" ),
_( "Contribute to KiCad - open web browser" ), _( "Contribute to KiCad (opens a web browser)" ),
KiBitmap( info_xpm ) ); KiBitmap( info_xpm ) );
aParentMenu->AppendSeparator(); aParentMenu->AppendSeparator();