Fixed typo which affected OS X compilation

This commit is contained in:
Jerry Jacobs 2011-08-30 11:21:13 +02:00
parent 8a6ceaf90f
commit 9c61e5d1b9
1 changed files with 1 additions and 1 deletions

View File

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