C2019-009: Fix type of message box when doing Approve Procedure
C2019-014: Make Print Dialog consistent with Version Properties Dialog for duplex printing
This commit is contained in:
@@ -258,7 +258,7 @@ namespace VEPROMS
|
||||
{
|
||||
expAddProcConChk.Enabled = false;
|
||||
MessageBox.Show("This procedure set has two or more procedures with the same procedure number.\n\n" +
|
||||
"The Procedure List panel had be disabled.\n\n" +
|
||||
"The Procedure List panel has been disabled.\n\n" +
|
||||
"A Consistency Check cannot be done and the list of procedures in the set cannot be displayed.", "Approve Procedure",MessageBoxButtons.OK,MessageBoxIcon.Warning);
|
||||
}
|
||||
_initializing = false;
|
||||
|
Reference in New Issue
Block a user