Fixed typo which affected OS X compilation
This commit is contained in:
parent
8a6ceaf90f
commit
9c61e5d1b9
|
@ -518,7 +518,7 @@ void WinEDA_App::SetDefaultSearchPaths( void )
|
|||
#ifdef __WXMSW__
|
||||
tmp.AddEnvList( wxT( "PROGRAMFILES" ) );
|
||||
#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" ) ) ) +
|
||||
wxT("/Library/Application Support/kicad") );
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue