Compare commits
2 Commits
f1506b9aee
...
a571cb5f15
Author | SHA1 | Date | |
---|---|---|---|
a571cb5f15 | |||
2e00c94d34 |
@ -427,7 +427,7 @@ namespace VEPROMS
|
||||
}
|
||||
if (canceledPressed)
|
||||
{
|
||||
MessageBox.Show(string.Format("Canceling the import of:\n\n{0}", txtImport.Text.Substring(txtImport.Text.LastIndexOf("\\") + 1)), "Import", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
MessageBox.Show(string.Format("Cancelling the import of:\n\n{0}", txtImport.Text.Substring(txtImport.Text.LastIndexOf("\\") + 1)), "Cancelling Import", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
btnCloseImport.PerformClick();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user