french doc update

This commit is contained in:
charras 2008-06-18 09:18:51 +00:00
parent c2d7a555c6
commit e1e87115d3
1 changed files with 2 additions and 1 deletions

View File

@ -386,7 +386,7 @@ static void WriteNetListPspice( WinEDA_SchematicFrame* frame, FILE* f,
* tous les textes graphiques commen<EFBFBD>ant par [.-+]pspice ou [.-+]gnucap * tous les textes graphiques commen<EFBFBD>ant par [.-+]pspice ou [.-+]gnucap
* sont consideres comme des commandes a placer dans la netliste * sont consideres comme des commandes a placer dans la netliste
* [.-]pspice ou gnucap sont en debut * [.-]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]; char Line[1024];
@ -424,6 +424,7 @@ static void WriteNetListPspice( WinEDA_SchematicFrame* frame, FILE* f,
continue; continue;
text.Remove( 0, 1 ); //Remove the first char. text.Remove( 0, 1 ); //Remove the first char.
text.Remove( 6 ); //text contains 6 char. text.Remove( 6 ); //text contains 6 char.
text.MakeLower();
if( ( text == wxT( "pspice" ) ) || ( text == wxT( "gnucap" ) ) ) if( ( text == wxT( "pspice" ) ) || ( text == wxT( "gnucap" ) ) )
{ {
/* Put the Y position as an ascii string, for sort by vertical position, /* Put the Y position as an ascii string, for sort by vertical position,