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