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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user