Improved error message when image data is not found during a ‘preview’ request

Use UpRoImmAftrDashSpace to upper case RO units (flag was introduced for WCN)
This commit is contained in:
2014-02-05 13:46:15 +00:00
parent c2f11de722
commit 5ccdd9d3d7
2 changed files with 9 additions and 1 deletions

View File

@@ -701,7 +701,7 @@ namespace Volian.Controls.Library
pvROImg.ShowDialog();
}
else
MessageBox.Show("Cannot Find Image Data");
MessageBox.Show(string.Format("Cannot Find Image Data: {0}, {1}", MyROFST.ROFstID, fname));
}
else if (selectedChld.type == 2) // table
{