Fixed a type in a message box for Continuous Action Summary
This commit is contained in:
parent
6dd816dba8
commit
d06dfff4bb
@ -213,7 +213,7 @@ namespace VEPROMS
|
|||||||
// this will display the generated Continuous Action Summary in MS Word (starting a new instance of MS Word outside of PROMS)
|
// this will display the generated Continuous Action Summary in MS Word (starting a new instance of MS Word outside of PROMS)
|
||||||
if (MyPromsPrinter.MyContActSummary != null)
|
if (MyPromsPrinter.MyContActSummary != null)
|
||||||
{
|
{
|
||||||
string instructions = "The Coninuous Action Summary will be opened in MS Word.\n\nYou can make modifications and copy it into a PROMS Word section.";
|
string instructions = "The Continuous Action Summary will be opened in MS Word.\n\nYou can make modifications and copy it into a PROMS Word section.";
|
||||||
MessageBox.Show(instructions, "Continuous Action Summary");
|
MessageBox.Show(instructions, "Continuous Action Summary");
|
||||||
// The ContActSummaryDelay is a switch that can be added to the PROMS.exe shortcut
|
// The ContActSummaryDelay is a switch that can be added to the PROMS.exe shortcut
|
||||||
// ex: VEPROMS.EXE /ContActSummaryDelay=2.5 will delay it 2 1/2 seconds
|
// ex: VEPROMS.EXE /ContActSummaryDelay=2.5 will delay it 2 1/2 seconds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user