From dd34115dc11c1267db928d5380fc9a6610d41ac3 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 6 Mar 2009 16:26:27 +0000 Subject: [PATCH] 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 --- ba/ba8300.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ba/ba8300.cpp b/ba/ba8300.cpp index 77f54759d..c3bfe48b9 100755 --- a/ba/ba8300.cpp +++ b/ba/ba8300.cpp @@ -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()