made changes compliant to style guide.
This commit is contained in:
parent
d3bf8c6b51
commit
5c0b735d82
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue