Fix a minor issue in my last commit
This commit is contained in:
parent
683921f98d
commit
778832a665
|
@ -336,7 +336,7 @@ void EDA_BASE_FRAME::GetKicadHelp( wxCommandEvent& event )
|
|||
if( !helpFile )
|
||||
{ // Try to find "Getting_Started_in_KiCad.pdf"
|
||||
wxGetApp().m_HelpFileName = wxT( "Getting_Started_in_KiCad.pdf" );
|
||||
wxString helpFile = wxGetApp().GetHelpFile();
|
||||
helpFile = wxGetApp().GetHelpFile();
|
||||
}
|
||||
|
||||
if( !helpFile )
|
||||
|
|
Loading…
Reference in New Issue