Fix 2.8 compatibility

This commit is contained in:
jean-pierre charras 2011-08-04 21:56:30 +02:00
parent 0eb4050004
commit 0289b6d550
1 changed files with 1 additions and 1 deletions

View File

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