Commit 5590e1eb authored by jean-pierre charras's avatar jean-pierre charras

eeschema: plot dialog: minor fix

parent 0037e153
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment