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
036a7cd8
Commit
036a7cd8
authored
Jan 04, 2015
by
unknown
Committed by
jean-pierre charras
Jan 04, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo error in wizard lib.
parent
100913a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
wizard_add_fplib.cpp
pcbnew/dialogs/wizard_add_fplib.cpp
+1
-1
wizard_add_fplib_base.cpp
pcbnew/dialogs/wizard_add_fplib_base.cpp
+1
-1
wizard_add_fplib_base.fbp
pcbnew/dialogs/wizard_add_fplib_base.fbp
+1
-1
No files found.
pcbnew/dialogs/wizard_add_fplib.cpp
View file @
036a7cd8
...
...
@@ -714,7 +714,7 @@ void WIZARD_FPLIB_TABLE::selectLibsGithub() // select a set of library on Git
wxArrayString
urls
;
// Run the web viewer and open the default URL: the default path
// or our github library
d
epos
// or our github library
r
epos
wxString
defaultURL
=
m_currLibDescr
->
m_DefaultPath
;
if
(
defaultURL
.
IsEmpty
()
)
...
...
pcbnew/dialogs/wizard_add_fplib_base.cpp
View file @
036a7cd8
...
...
@@ -22,7 +22,7 @@ WIZARD_FPLIB_TABLE_BASE::WIZARD_FPLIB_TABLE_BASE( wxWindow* parent, wxWindowID i
wxBoxSizer
*
bSizerPage1
;
bSizerPage1
=
new
wxBoxSizer
(
wxVERTICAL
);
wxString
m_rbFpLibFormatChoices
[]
=
{
_
(
"KiCad (*.Pretty folder containing .kicad_mod files)"
),
_
(
"GitHub (.Pretty lib stored on GitHub
d
epos)"
),
_
(
"Legacy ( old *.mod lib file)"
),
_
(
"Eagle V6 xml library file"
),
_
(
"Geda footprint folder (folder containing *.fp files)"
)
};
wxString
m_rbFpLibFormatChoices
[]
=
{
_
(
"KiCad (*.Pretty folder containing .kicad_mod files)"
),
_
(
"GitHub (.Pretty lib stored on GitHub
r
epos)"
),
_
(
"Legacy ( old *.mod lib file)"
),
_
(
"Eagle V6 xml library file"
),
_
(
"Geda footprint folder (folder containing *.fp files)"
)
};
int
m_rbFpLibFormatNChoices
=
sizeof
(
m_rbFpLibFormatChoices
)
/
sizeof
(
wxString
);
m_rbFpLibFormat
=
new
wxRadioBox
(
m_wizPage1
,
wxID_ANY
,
_
(
"Library Format:"
),
wxDefaultPosition
,
wxDefaultSize
,
m_rbFpLibFormatNChoices
,
m_rbFpLibFormatChoices
,
1
,
wxRA_SPECIFY_COLS
);
m_rbFpLibFormat
->
SetSelection
(
0
);
...
...
pcbnew/dialogs/wizard_add_fplib_base.fbp
View file @
036a7cd8
...
...
@@ -153,7 +153,7 @@
<property
name=
"caption"
></property>
<property
name=
"caption_visible"
>
1
</property>
<property
name=
"center_pane"
>
0
</property>
<property
name=
"choices"
>
"
KiCad (*.Pretty folder containing .kicad_mod files)
"
"
GitHub (.Pretty lib stored on GitHub
d
epos)
"
"
Legacy ( old *.mod lib file)
"
"
Eagle V6 xml library file
"
"
Geda footprint folder (folder containing *.fp files)
"
</property>
<property
name=
"choices"
>
"
KiCad (*.Pretty folder containing .kicad_mod files)
"
"
GitHub (.Pretty lib stored on GitHub
r
epos)
"
"
Legacy ( old *.mod lib file)
"
"
Eagle V6 xml library file
"
"
Geda footprint folder (folder containing *.fp files)
"
</property>
<property
name=
"close_button"
>
1
</property>
<property
name=
"context_help"
></property>
<property
name=
"context_menu"
>
1
</property>
...
...
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