made changes compliant to style guide.

This commit is contained in:
Felix Morgner 2013-04-25 13:27:43 -04:00
parent 1cc9d2ce5a
commit 7700779e2c
1 changed files with 2 additions and 2 deletions

View File

@ -63,9 +63,9 @@ void EDA_APP::MacOpenFile( const wxString &fileName )
}
wxCommandEvent loadEvent;
loadEvent.SetId(wxID_ANY);
loadEvent.SetId( wxID_ANY );
frame->OnLoadProject(loadEvent);
frame->OnLoadProject( loadEvent );
wxString title = GetTitle() + wxT( " " ) + GetBuildVersion() +
wxT( " " ) + frame->m_ProjectFileName.GetFullPath();