Problem with the Help link "getting started in kicad"
This commit is contained in:
parent
c41752fdf4
commit
f13e020314
|
@ -341,7 +341,7 @@ void EDA_BASE_FRAME::GetKicadHelp( wxCommandEvent& event )
|
|||
|
||||
if( !helpFile )
|
||||
{ // Try to find "Getting_Started_in_KiCad.pdf"
|
||||
wxGetApp().GetHelpFileName() = wxT( "Getting_Started_in_KiCad.pdf" );
|
||||
wxGetApp().SetHelpFileName( wxT( "Getting_Started_in_KiCad.pdf" ) );
|
||||
helpFile = wxGetApp().GetHelpFile();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue