This commit is contained in:
Kathy Ruffing 2010-11-18 15:45:47 +00:00
parent 07376b8a83
commit ac1acd6c4e

View File

@ -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();
} }