Cosmetic UI changes mostly for Mac OS X, see CHANGELOG.txt

This commit is contained in:
Jerry Jacobs [email protected]
2012-05-05 18:02:09 +02:00
parent d033f2235f
commit 92a285378a
10 changed files with 43 additions and 15 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ void EDA_APP::InitEDA_Appl( const wxString& aName, EDA_APP_T aId )
/* Init parameters for configuration */
SetVendorName( wxT( "KiCad" ) );
SetAppName( aName.Lower() );
SetAppName( aName );
SetTitle( aName );
m_settings = new wxConfig();
wxASSERT( m_settings != NULL );