|
|
|
@ -607,7 +607,7 @@ void PANEL_PACKAGES_VIEW::OnVersionActionClicked( wxCommandEvent& event ) |
|
|
|
wxCHECK_RET( ver_it != package.versions.end(), "Could not find package version" ); |
|
|
|
|
|
|
|
if( !ver_it->compatible |
|
|
|
&& wxMessageBox( _( "This package version is incompatible with your kicad version or " |
|
|
|
&& wxMessageBox( _( "This package version is incompatible with your KiCad version or " |
|
|
|
"platform. Are you sure you want to install it anyway?" ), |
|
|
|
_( "Install package" ), wxICON_EXCLAMATION | wxYES_NO, this ) |
|
|
|
== wxNO ) |
|
|
|
|