Compare commits
No commits in common. "9e26e94e97edc05cf9693968fbfb3da21ab3754b" and "f1506b9aee22f0d10d665ff01b7de74ea0f4c387" have entirely different histories.
9e26e94e97
...
f1506b9aee
@ -427,7 +427,7 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
if (canceledPressed)
|
if (canceledPressed)
|
||||||
{
|
{
|
||||||
MessageBox.Show(string.Format("Cancelling the import of:\n\n{0}", txtImport.Text.Substring(txtImport.Text.LastIndexOf("\\") + 1)), "Cancelling Import", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
MessageBox.Show(string.Format("Canceling the import of:\n\n{0}", txtImport.Text.Substring(txtImport.Text.LastIndexOf("\\") + 1)), "Import", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
btnCloseImport.PerformClick();
|
btnCloseImport.PerformClick();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user