|
|
|
@ -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(); |
|
|
|
|