Browse Source

Fixed typo which affected OS X compilation

pull/1/head
Jerry Jacobs 14 years ago
parent
commit
9c61e5d1b9
  1. 2
      common/edaappl.cpp

2
common/edaappl.cpp

@ -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…
Cancel
Save