Problem with the Help link "getting started in kicad"

This commit is contained in:
Alexander Zakamaldin 2012-03-01 09:53:34 -06:00 committed by Dick Hollenbeck
parent c41752fdf4
commit f13e020314
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}