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
a88d067a
Commit
a88d067a
authored
Mar 10, 2013
by
jean-pierre charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kicad manager: fix bug: .kicad_pcb files not saved in zip file
parent
9d40727b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
files-io.cpp
kicad/files-io.cpp
+1
-1
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
pcb_parser.cpp
pcbnew/pcb_parser.cpp
+1
-1
No files found.
kicad/files-io.cpp
View file @
a88d067a
...
...
@@ -131,7 +131,7 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
/* List of file extensions to save. */
static
const
wxChar
*
extentionList
[]
=
{
wxT
(
"*.sch"
),
wxT
(
"*.lib"
),
wxT
(
"*.cmp"
),
wxT
(
"*.brd"
),
wxT
(
"*.kicad_
brd
"
),
wxT
(
"*.brd"
),
wxT
(
"*.kicad_
pcb
"
),
wxT
(
"*.net"
),
wxT
(
"*.pro"
),
wxT
(
"*.pho"
),
wxT
(
"*.py"
),
wxT
(
"*.pdf"
),
wxT
(
"*.txt"
),
wxT
(
"*.dcm"
),
NULL
...
...
packaging/windows/nsis/install.nsi
View file @
a88d067a
...
...
@@ -36,7 +36,7 @@ SetCompressor /final /solid lzma
CRCCheck force
XPStyle on
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR399
2
_Win_full_version.exe"
OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR399
3
_Win_full_version.exe"
InstallDir "$PROGRAMFILES\KiCad"
ShowInstDetails hide
ShowUnInstDetails hide
...
...
pcbnew/pcb_parser.cpp
View file @
a88d067a
...
...
@@ -1016,7 +1016,7 @@ void PCB_PARSER::parseSetup() throw( IO_ERROR, PARSE_ERROR )
// "last_trace_width", "trace_min_width", "via_size", "via_drill",
// "via_min_size", and "via_clearance", put those same global
// values into the default NETCLASS until later board load
// code should override them. *.kicad_
brd
files which have been
// code should override them. *.kicad_
pcb
files which have been
// saved with knowledge of NETCLASSes will override these
// defaults, old boards will not.
//
...
...
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