From 934d3977d888cd8404610fe23ab288f50189d40e Mon Sep 17 00:00:00 2001 From: mschill Date: Thu, 7 Nov 2024 10:08:26 -0500 Subject: [PATCH] C2024-021 Update the tool tip on the Time Critical Action Summary option (Step Properties panel) to reflect the Time Critical Action Summary text rather than the Continuous Action Summary text. --- PROMS/Volian.Controls.Library/DisplayTags.Designer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs index ce365066..e950887a 100644 --- a/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayTags.Designer.cs @@ -501,8 +501,7 @@ namespace Volian.Controls.Library this.cbTCAS.Margin = new System.Windows.Forms.Padding(2); this.cbTCAS.Name = "cbTCAS"; this.cbTCAS.Size = new System.Drawing.Size(167, 15); - this.superTooltipTags.SetSuperTooltip(this.cbTCAS, new DevComponents.DotNetBar.SuperTooltipInfo("Continuous Action Summary", "", "Include this in the Continuous Action Summary section\r\n\r\nkeyboard command: ", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); + this.superTooltipTags.SetSuperTooltip(this.cbTCAS, new DevComponents.DotNetBar.SuperTooltipInfo("Time Critical Action Summary", "", "Include this in the Time Critical Action Summary section", null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.cbTCAS.TabIndex = 3; this.cbTCAS.Text = "Time Critical Action Summary"; this.cbTCAS.CheckedChanged += new System.EventHandler(this.cbTCAS_CheckedChanged);