Commit 9c61e5d1 authored by Jerry Jacobs's avatar Jerry Jacobs

Fixed typo which affected OS X compilation

parent 8a6ceaf9
...@@ -518,7 +518,7 @@ void WinEDA_App::SetDefaultSearchPaths( void ) ...@@ -518,7 +518,7 @@ void WinEDA_App::SetDefaultSearchPaths( void )
#ifdef __WXMSW__ #ifdef __WXMSW__
tmp.AddEnvList( wxT( "PROGRAMFILES" ) ); tmp.AddEnvList( wxT( "PROGRAMFILES" ) );
#elif __WXMAC__ #elif __WXMAC__
m_searchPaths.Add( wxT( "/Library/Application Support/kicad" ); m_searchPaths.Add( wxT( "/Library/Application Support/kicad" ) );
m_searchPaths.Add( wxString( wxGetenv( wxT( "HOME" ) ) ) + m_searchPaths.Add( wxString( wxGetenv( wxT( "HOME" ) ) ) +
wxT("/Library/Application Support/kicad") ); wxT("/Library/Application Support/kicad") );
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment