pcbnew: double dot in file name plot svg
This commit is contained in:
parent
b4b57a96e7
commit
bd3b4baa32
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue