diff --git a/common/edaappl.cpp b/common/edaappl.cpp index fc402e51c5..a8fa09ae83 100644 --- a/common/edaappl.cpp +++ b/common/edaappl.cpp @@ -505,8 +505,8 @@ void EDA_APP::SetDefaultSearchPaths() #ifdef __WXMSW__ tmp.AddEnvList( wxT( "PROGRAMFILES" ) ); #elif __WXMAC__ - tmp.Add( wxT( "/Library/Application Support" ) ); tmp.Add( wxString( wxGetenv( wxT( "HOME" ) ) ) + wxT( "/Library/Application Support" ) ); + tmp.Add( wxT( "/Library/Application Support" ) ); #else tmp.AddEnvList( wxT( "PATH" ) ); #endif