Added Headings to clipboard for PROMS QA process
Limit Word-Wrap fix to paragraphs that have Prestige Elite Tall font
This commit is contained in:
@@ -451,6 +451,10 @@ namespace Sync
|
||||
}
|
||||
try
|
||||
{
|
||||
sb.Append("\r\nInternal Release:\r\n");
|
||||
sb.Append("\r\nExternal Release:\r\n");
|
||||
sb.Append("\r\nTesting Performed:\r\n");
|
||||
sb.Append("\r\nTesting Requirements:\r\n");
|
||||
Clipboard.Clear();
|
||||
Clipboard.SetText(sb.ToString());
|
||||
MessageBox.Show(sb.ToString(), "Copied to Clipboard", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
|
Reference in New Issue
Block a user