made changes compliant to style guide.

This commit is contained in:
Felix Morgner 2013-04-25 13:27:43 -04:00
parent d3bf8c6b51
commit 5c0b735d82
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();