Browse Source

Fix 2.8 compatibility

pull/1/head
jean-pierre charras 14 years ago
parent
commit
0289b6d550
  1. 2
      common/basicframe.cpp

2
common/basicframe.cpp

@ -268,7 +268,7 @@ void EDA_BASE_FRAME::GetKicadHelp( wxCommandEvent& event )
{
// Temporary change the help filename
wxString tmp = wxGetApp().m_HelpFileName;
wxGetApp().m_HelpFileName = "Getting_Started_in_KiCad.pdf";
wxGetApp().m_HelpFileName = wxT( "Getting_Started_in_KiCad.pdf" );
wxString helpFile = wxGetApp().GetHelpFile();
if( !helpFile )
{

Loading…
Cancel
Save