From d16ddf42cb688ebc920b14b79f13ecfde43acd1c Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Thu, 24 Nov 2011 22:07:03 +0100 Subject: [PATCH] Fix a minor issue in my last commit --- common/basicframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/basicframe.cpp b/common/basicframe.cpp index 742cca675e..5c788a0e7c 100644 --- a/common/basicframe.cpp +++ b/common/basicframe.cpp @@ -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 )