Commit f13e0203 authored by Alexander Zakamaldin's avatar Alexander Zakamaldin Committed by Dick Hollenbeck

Problem with the Help link "getting started in kicad"

parent c41752fd
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment