Fixed lettered high level step.

Removed preceding space in PDF file name used for compares
This commit is contained in:
John Jenko 2015-03-19 15:51:54 +00:00
parent 0d79b08401
commit 810d1124f0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -494,7 +494,7 @@ namespace Volian.Print.Library
if (DebugOutput) if (DebugOutput)
{ {
// 16-bit background // 16-bit background
string procedureFileName = BackgroundFolder + "\\" + PDFFile;//CreateFileName(myProcedure.DisplayNumber); string procedureFileName = BackgroundFolder + "\\" + PDFFile.Trim();//CreateFileName(myProcedure.DisplayNumber);
FileInfo VEPromsFile = new FileInfo(procedureFileName); FileInfo VEPromsFile = new FileInfo(procedureFileName);
if (VEPromsFile.Exists && !doingFoldout) if (VEPromsFile.Exists && !doingFoldout)
{ {