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
d60e906a
Commit
d60e906a
authored
Jul 13, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc update.
parent
0cc46a79
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
743 deletions
+63
-743
kicad.mo
internat/fr/kicad.mo
+0
-0
kicad.po
internat/fr/kicad.po
+58
-742
class_module.cpp
pcbnew/class_module.cpp
+2
-0
class_text_mod.cpp
pcbnew/class_text_mod.cpp
+3
-1
No files found.
internat/fr/kicad.mo
View file @
d60e906a
No preview for this file type
internat/fr/kicad.po
View file @
d60e906a
This diff is collapsed.
Click to expand it.
pcbnew/class_module.cpp
View file @
d60e906a
...
...
@@ -342,7 +342,9 @@ void MODULE::DrawEdgesOnly( WinEDA_DrawPanel* panel, wxDC* DC,
}
/**************************************/
bool
MODULE
::
Save
(
FILE
*
aFile
)
const
/**************************************/
{
char
statusTxt
[
8
];
BOARD_ITEM
*
item
;
...
...
pcbnew/class_text_mod.cpp
View file @
d60e906a
...
...
@@ -71,7 +71,9 @@ TEXTE_MODULE::~TEXTE_MODULE()
}
/*******************************************/
bool
TEXTE_MODULE
::
Save
(
FILE
*
aFile
)
const
/*******************************************/
{
MODULE
*
parent
=
(
MODULE
*
)
GetParent
();
int
orient
=
m_Orient
;
...
...
@@ -79,7 +81,7 @@ bool TEXTE_MODULE::Save( FILE* aFile ) const
if
(
parent
)
orient
+=
parent
->
m_Orient
;
int
ret
=
fprintf
(
aFile
,
"T%d %d %d %d %d %d %d %c %c %d
\"
%
.16
s
\"\n
"
,
int
ret
=
fprintf
(
aFile
,
"T%d %d %d %d %d %d %d %c %c %d
\"
%s
\"\n
"
,
m_Type
,
m_Pos0
.
x
,
m_Pos0
.
y
,
m_Size
.
y
,
m_Size
.
x
,
...
...
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