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
e1e87115
Commit
e1e87115
authored
Jun 18, 2008
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
french doc update
parent
c2d7a555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
netform.cpp
eeschema/netform.cpp
+2
-1
No files found.
eeschema/netform.cpp
View file @
e1e87115
...
...
@@ -386,7 +386,7 @@ static void WriteNetListPspice( WinEDA_SchematicFrame* frame, FILE* f,
* tous les textes graphiques commen�ant par [.-+]pspice ou [.-+]gnucap
* sont consideres comme des commandes a placer dans la netliste
* [.-]pspice ou gnucap sont en debut
+pspice et +gnucap sont en fin de netliste
*
+pspice et +gnucap sont en fin de netliste
*/
{
char
Line
[
1024
];
...
...
@@ -424,6 +424,7 @@ static void WriteNetListPspice( WinEDA_SchematicFrame* frame, FILE* f,
continue
;
text
.
Remove
(
0
,
1
);
//Remove the first char.
text
.
Remove
(
6
);
//text contains 6 char.
text
.
MakeLower
();
if
(
(
text
==
wxT
(
"pspice"
)
)
||
(
text
==
wxT
(
"gnucap"
)
)
)
{
/* Put the Y position as an ascii string, for sort by vertical position,
...
...
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