From f13e020314133c6bd557cdc8c630f78a160b3a36 Mon Sep 17 00:00:00 2001 From: Alexander Zakamaldin Date: Thu, 1 Mar 2012 09:53:34 -0600 Subject: [PATCH] Problem with the Help link "getting started in kicad" --- common/basicframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/basicframe.cpp b/common/basicframe.cpp index a9bbc099fc..36697e380f 100644 --- a/common/basicframe.cpp +++ b/common/basicframe.cpp @@ -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(); }