Commit 5c0b735d authored by Felix Morgner's avatar Felix Morgner

made changes compliant to style guide.

parent d3bf8c6b
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment