Commit e26cdada authored by Wayne Stambaugh's avatar Wayne Stambaugh
Browse files

Translate French code names and comments and other minor code cleaning.

parent 4230ac4c
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -20,7 +20,6 @@




/*  Forward declarations of classes. */
/*  Forward declarations of classes. */
class WinEDA_CvpcbFrame;
class FOOTPRINT_EDIT_FRAME;
class FOOTPRINT_EDIT_FRAME;
class BOARD;
class BOARD;
class MODULE;
class MODULE;
@@ -461,7 +460,7 @@ public:
                              bool aPlotVia, GRTraceMode aPlotMode,
                              bool aPlotVia, GRTraceMode aPlotMode,
                              bool aSkipNPTH_Pads = false );
                              bool aSkipNPTH_Pads = false );


    void Plot_Serigraphie( PLOTTER* plotter, int masque_layer, GRTraceMode trace_mode );
    void PlotSilkScreen( PLOTTER* plotter, int masque_layer, GRTraceMode trace_mode );


    /**
    /**
     * Function PlotDrillMark
     * Function PlotDrillMark
+3 −3
Original line number Original line Diff line number Diff line
@@ -1145,9 +1145,9 @@ public:
    void Delete_Drawings_All_Layer( int aLayer );
    void Delete_Drawings_All_Layer( int aLayer );


    // Dimension handling:
    // Dimension handling:
    void Install_Edit_Dimension( DIMENSION* Dimension, wxDC* DC );
    void ShowDimensionPropertyDialog( DIMENSION* aDimension, wxDC* aDC );
    DIMENSION* Begin_Dimension( DIMENSION* Dimension, wxDC* DC );
    DIMENSION* EditDimension( DIMENSION* aDimension, wxDC* aDC );
    void Delete_Dimension( DIMENSION* Dimension, wxDC* DC );
    void DeleteDimension( DIMENSION* aDimension, wxDC* aDC );


    // netlist  handling:
    // netlist  handling:
    void InstallNetlistFrame( wxDC* DC );
    void InstallNetlistFrame( wxDC* DC );
Loading