From ca6d6b38feccd71d81133ad087ac8245bc8e56cc Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 23 Nov 2010 14:58:45 +0000 Subject: [PATCH] --- PROMS/Volian.Print.Library/PromsPrinter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/PromsPrinter.cs b/PROMS/Volian.Print.Library/PromsPrinter.cs index 30775ae2..e579297e 100644 --- a/PROMS/Volian.Print.Library/PromsPrinter.cs +++ b/PROMS/Volian.Print.Library/PromsPrinter.cs @@ -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(); } }