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__
|
#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
|
||||||
|
|
Loading…
Reference in New Issue