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
a470a34e
Commit
a470a34e
authored
Jan 16, 2010
by
jerryjacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split 2009 changelog, added Marco's WXMAC search path patch
parent
1d98f1f1
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1018 additions
and
1010 deletions
+1018
-1010
CHANGELOG.txt
CHANGELOG.txt
+1
-1010
CHANGELOG-2009.txt
Documentation/changelogs/CHANGELOG-2009.txt
+1013
-0
edaappl.cpp
common/edaappl.cpp
+4
-0
No files found.
CHANGELOG.txt
View file @
a470a34e
This diff is collapsed.
Click to expand it.
Documentation/changelogs/CHANGELOG-2009.txt
0 → 100644
View file @
a470a34e
This diff is collapsed.
Click to expand it.
common/edaappl.cpp
View file @
a470a34e
...
...
@@ -499,6 +499,10 @@ void WinEDA_App::SetDefaultSearchPaths( void )
* figure out a way to implement this without #ifdef, please do. */
#ifdef __WXMSW__
tmp
.
AddEnvList
(
wxT
(
"PROGRAMFILES"
)
);
#elif __WXMAC__
m_searchPaths
.
Add
(
wxT
(
"/Library/Application Support/kicad"
)
);
m_searchPaths
.
Add
(
wxString
(
wxGetenv
(
wxT
(
"HOME"
)))
+
wxT
(
"/Library/Application Support/kicad"
)
);
#else
tmp
.
AddEnvList
(
wxT
(
"PATH"
)
);
#endif
...
...
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