This commit is contained in:
Kathy Ruffing 2010-11-23 14:58:45 +00:00
parent ba65adc188
commit ca6d6b38fe

View File

@ -345,7 +345,7 @@ namespace Volian.Print.Library
_MyHelper.MySvg = null;
while (cb.PdfWriter.CurrentPageNumber <= _MyHelper.BackgroundPageCount)
{
PrintTextMessage(cb, "No PROMS2010 Output");
PrintTextMessage(cb, "No Proms Output");
cb.PdfDocument.NewPage();
}
}