Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
5c0b735d
Commit
5c0b735d
authored
Apr 25, 2013
by
Felix Morgner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made changes compliant to style guide.
parent
d3bf8c6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kicad.cpp
kicad/kicad.cpp
+2
-2
No files found.
kicad/kicad.cpp
View file @
5c0b735d
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment