Fix a minor issue in my last commit

This commit is contained in:
jean-pierre charras 2011-11-24 22:07:03 +01:00
parent 683921f98d
commit 778832a665
1 changed files with 1 additions and 1 deletions

View File

@ -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 )