Commit f98fd09f authored by charras's avatar charras
Browse files

minor changes in pcbnew (see changelog)

parent 90721d13
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -5,6 +5,15 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with
email address.


2008-Aug-06 UPDATE   Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+pcbnew:
    Removed an obsolete option in the plot menu, in gerber format.
    Cleanup code.
    Solved a minor bug: rastnest was not displayed after a move module
    and if the command was aborted

2008-Juil-31 UPDATE   Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+eeschema:
+0 −4
Original line number Diff line number Diff line
@@ -406,10 +406,6 @@ wxString ReturnPcbLayerName( int layer_number, bool is_filename = FAL
 *  (not internatinalized, no space)*/


/*********************/
/* PROJET_CONFIG.CPP */
/*********************/

/**************/
/* DRAWTXT.CPP */
/**************/
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
enum PlotFormat {
    PLOT_FORMAT_HPGL,
    PLOT_FORMAT_GERBER,
    PLOT_FORMAT_POST,
    PLOT_FORMAT_POST
};


−508 B (152 KiB)

File changed.

No diff preview for this file type.

+6445 −7066

File changed.

Preview size limit exceeded, changes collapsed.

Loading