Commit bd3b4baa authored by faa's avatar faa

pcbnew: double dot in file name plot svg

parent b4b57a96
......@@ -201,7 +201,7 @@ void DIALOG_SVG_PRINT::PrintSVGDoc( bool aPrintAll, bool aPrint_Framet_Ref )
}
fn.SetExt( wxT( ".svg" ) );
fn.SetExt( wxT( "svg" ) );
bool success = DrawPage( fn.GetFullPath(), screen, aPrint_Framet_Ref );
msg = _( "Create file " ) + fn.GetFullPath();
......
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