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
f54d3424
Commit
f54d3424
authored
May 05, 2010
by
jp
Browse files
Options
Browse Files
Download
Plain Diff
Pcbnew: fixed a problem when using graphic arcs in board.
parents
033d6917
a3147441
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
install.nsi
packaging/windows/nsis/install.nsi
+1
-1
class_drawsegment.cpp
pcbnew/class_drawsegment.cpp
+1
-1
version.txt
version.txt
+2
-2
No files found.
packaging/windows/nsis/install.nsi
View file @
f54d3424
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
; General Product Description Definitions
; General Product Description Definitions
!define PRODUCT_NAME "KiCad"
!define PRODUCT_NAME "KiCad"
!define PRODUCT_VERSION "2010.0
4.06
"
!define PRODUCT_VERSION "2010.0
5.05
"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME ""
!define COMPANY_NAME ""
...
...
pcbnew/class_drawsegment.cpp
View file @
f54d3424
...
@@ -387,7 +387,7 @@ void DRAWSEGMENT::DisplayInfo( WinEDA_DrawFrame* frame )
...
@@ -387,7 +387,7 @@ void DRAWSEGMENT::DisplayInfo( WinEDA_DrawFrame* frame )
case
S_ARC
:
case
S_ARC
:
frame
->
AppendMsgPanel
(
shape
,
_
(
"Arc"
),
RED
);
frame
->
AppendMsgPanel
(
shape
,
_
(
"Arc"
),
RED
);
msg
.
Printf
(
wxT
(
"%
1."
),
(
float
)
m_Angle
/
10
);
msg
.
Printf
(
wxT
(
"%
.1f"
),
(
double
)
m_Angle
/
10
);
frame
->
AppendMsgPanel
(
_
(
"Angle"
),
msg
,
RED
);
frame
->
AppendMsgPanel
(
_
(
"Angle"
),
msg
,
RED
);
break
;
break
;
case
S_CURVE
:
case
S_CURVE
:
...
...
version.txt
View file @
f54d3424
release version:
release version:
2010
apr 06 (SVN R2508
)
2010
may 05 (BZR R2365
)
files (.zip,.tgz):
files (.zip,.tgz):
kicad-2010-0
4-06-final
kicad-2010-0
5-05-testing
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