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
9a806749
Commit
9a806749
authored
Dec 09, 2012
by
Dick Hollenbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change spelling to jive with my email on developers list
parent
06390721
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
fp_lib_table.cpp
common/fp_lib_table.cpp
+1
-1
pcbnew_config.cpp
pcbnew/pcbnew_config.cpp
+4
-4
No files found.
common/fp_lib_table.cpp
View file @
9a806749
...
...
@@ -304,7 +304,7 @@ PLUGIN* FP_LIB_TABLE::PluginFind( const wxString& aLibraryNickName )
const
wxString
FP_LIB_TABLE
::
ExpandSubtitutions
(
const
wxString
aString
)
{
// We reserve the right to do this another way, b
ut
providing our own member
// We reserve the right to do this another way, b
y
providing our own member
// function.
return
wxExpandEnvVars
(
aString
);
}
...
...
pcbnew/pcbnew_config.cpp
View file @
9a806749
...
...
@@ -95,15 +95,15 @@ void PCB_EDIT_FRAME::Process_Config( wxCommandEvent& event )
#if defined(DEBUG)
FP_LIB_TABLE_LEXER
glex
(
"(fp_lib_table
\n
"
" (lib (name passives)(descr
\"
Demo Lib
\"
)(type KiCad)(uri ${KISFP
}/passives.pretty))
\n
"
" (lib (name micros)(descr
\"
Small stuff
\"
)(type Legacy)(uri ${KIS
FP
}/passives.mod)(options
\"
op1=2
\"
))
\n
"
" (lib (name passives)(descr
\"
R/C Lib
\"
)(type KiCad)(uri ${KISYSMODS
}/passives.pretty))
\n
"
" (lib (name micros)(descr
\"
Small stuff
\"
)(type Legacy)(uri ${KIS
YSMODS
}/passives.mod)(options
\"
op1=2
\"
))
\n
"
" (lib (name chips)(descr
\"
Potatoe chips
\"
)(type Eagle)(uri /opt/eagle-6.2.0/lbr/con-amp-micromatch.lbr))
\n
"
")"
,
wxT
(
"gbl"
)
);
FP_LIB_TABLE_LEXER
plex
(
"(fp_lib_table
\n
"
" (lib (name passives)(descr
\"
Demo Lib
\"
)(type KiCad)(uri ${KIU
FP
}/passives.pretty))
\n
"
" (lib (name micros)(descr
\"
Small stuff
\"
)(type Legacy)(uri ${KIU
FP
}/micros.mod)(options
\"
op1=2
\"
))
\n
"
" (lib (name passives)(descr
\"
Demo Lib
\"
)(type KiCad)(uri ${KIU
SRMODS
}/passives.pretty))
\n
"
" (lib (name micros)(descr
\"
Small stuff
\"
)(type Legacy)(uri ${KIU
SRMODS
}/micros.mod)(options
\"
op1=2
\"
))
\n
"
" (lib (name chips)(descr
\"
Potatoe chips
\"
)(type Eagle)(uri /opt/eagle-6.2.0/lbr/con-amp-micromatch.lbr))
\n
"
")"
,
wxT
(
"prj"
)
);
...
...
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