This commit is contained in:
parent
2e3f6cba97
commit
0925d44631
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user