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 fa0f0bfad9
commit d16ddf42cb
+1 -1
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 )