This commit is contained in:
parent
07376b8a83
commit
ac1acd6c4e
@ -175,7 +175,7 @@ namespace Volian.Controls.Library
|
|||||||
|
|
||||||
if (doc.HasSymbolCharacters)
|
if (doc.HasSymbolCharacters)
|
||||||
{
|
{
|
||||||
if (MessageBox.Show("This document contains Symbol Characters.\r\n\r\nDo you want to correct this?",
|
if (MessageBox.Show("This document contains Symbol Characters.\r\n\r\nDo you want to correct this? (Select Yes!)\r\n\r\nAlso, contact Rich, Kathy or John and let them know which Procedure and Section.",
|
||||||
"Replace Symbol Characters", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
"Replace Symbol Characters", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
|
||||||
doc.FixSymbolCharacters();
|
doc.FixSymbolCharacters();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user