Patch level : 10.0 252

Files correlati     : ba8.exe
Ricompilazione Demo : [ ]
Commento            :
Aggiunte icone di supporto alla firma digitale


git-svn-id: svn://10.65.10.50/trunk@18443 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2009-03-06 16:26:27 +00:00
parent 761ab3618f
commit dd34115dc1

View File

@ -760,8 +760,8 @@ void TReport_mask::on_pdf()
TFilename tmp; tmp.tempdir();
tmp.add(_report.filename().name());
tmp.ext("pdf");
book.export_pdf(tmp);
xvt_sys_goto_url(tmp, "open");
if (book.export_pdf(tmp, false))
xvt_sys_goto_url(tmp, "open");
}
TReport_section& TReport_mask::curr_section()