eeschema: plot dialog: minor fix

This commit is contained in:
jean-pierre charras 2012-09-17 21:28:17 +02:00
parent 0037e153a0
commit 5590e1ebf5
1 changed files with 2 additions and 2 deletions

View File

@ -142,8 +142,8 @@ PlotFormat DIALOG_PLOT_SCHEMATIC::GetPlotFileFormat()
{
default:
case 0: return PLOT_FORMAT_POST;
case 1: return PLOT_FORMAT_SVG;
case 2: return PLOT_FORMAT_PDF;
case 1: return PLOT_FORMAT_PDF;
case 2: return PLOT_FORMAT_SVG;
case 3: return PLOT_FORMAT_DXF;
case 4: return PLOT_FORMAT_HPGL;
}