This commit is contained in:
Kathy Ruffing 2010-11-18 15:48:17 +00:00
parent 2e3f6cba97
commit 0925d44631

View File

@ -210,7 +210,7 @@ namespace Volian.Print.Library
}
catch (Exception ex)
{
MessageBox.Show("Could not create " + outputFileName + ". If it is open, close and retry", "Error on CreatePdf");
MessageBox.Show("Could not create " + outputFileName + ". If it is open, close and retry.", "Error on CreatePdf");
return null;
}
document.Open();