Standardize open web browser
This commit is contained in:
parent
f76b89cf99
commit
de8716bcc2
|
@ -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();
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue