Commit d2eac37d authored by stambaughw's avatar stambaughw
Browse files

Comment translation complete, Yeah!!!!

parent 8d8bdc3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ static void TriPinsModule( COMPONENT* CurrentCmp )
}


/* **** JP translate ****
/* ???
 *
 * Change le NetName PinNet par un nom compose des 8 derniers codes de PinNet
 * suivi de _Xnnnnn ou nnnnn est un nom de 0 a 99999
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ void WriteFootprintFilterInfos( FILE* file, COMPONENT_LIST& list )
}


/* *** JP translate ***
/* ???
 * Change le NetName PinNet par un nom compose des 8 derniers codes de PinNet
 * suivi de _Xnnnnn ou nnnnn est un nom de 0 a 99999
 */
+1 −1
Original line number Diff line number Diff line
@@ -377,7 +377,7 @@ void WinEDA_SchematicFrame::HandleBlockEndByPopUp( int Command, wxDC* DC )

    case BLOCK_DRAG:     /* move to Drag */

        /* *JP translate*
        /* ???
         * Effacement de la liste des structures de pointage,
         * qui est devenue erronnee
         */
+2 −1
Original line number Diff line number Diff line
@@ -145,7 +145,8 @@ void BreakSegment( SCH_SCREEN* aScreen, wxPoint aBreakpoint )
        if( !TestSegmentHit( aBreakpoint, segment->m_Start, segment->m_End, 0 ) )
            continue;

        /* * JP translate * Segment connecte: doit etre coupe en 2 si px,py
        /* ???
         * Segment connecte: doit etre coupe en 2 si px,py
         * n'est
         *  pas une extremite */
        if( ( segment->m_Start == aBreakpoint )
+1 −2
Original line number Diff line number Diff line
@@ -891,8 +891,7 @@ static void PointToPointConnect( NETLIST_OBJECT* Ref, int IsBus, int start )
 * Search if a junction is connected to segments and include the Netcode
 * objects connect to the junction.
 * The junction must have a valid Netcode
 * The list of objects is SUPPOSED class by NumSheet *JP translate*
 *  Croissants,
 * The list of objects is SUPPOSED class by NumSheet ??? Croissants,
 * And research is done from the start element, 1st element
 * Leaf schema
 * (There can be no physical connection between elements of different sheets)
Loading