From 9339a490024538e982f9a8dacfebdc2ce6fb5b37 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 16 Apr 2021 15:19:00 +0000 Subject: [PATCH] C2021-023: Tooltip for Search/Load was for Save --- PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs index bf4db7c0..14ff5c49 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs @@ -1431,7 +1431,7 @@ namespace Volian.Controls.Library this.btnLoadSearchResults.Name = "btnLoadSearchResults"; this.btnLoadSearchResults.RightToLeft = System.Windows.Forms.RightToLeft.No; this.btnLoadSearchResults.Size = new System.Drawing.Size(57, 28); - this.superTooltip1.SetSuperTooltip(this.btnLoadSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Save Search Results", "", "This button loads saved Search Results from a named file in xml.", + this.superTooltip1.SetSuperTooltip(this.btnLoadSearchResults, new DevComponents.DotNetBar.SuperTooltipInfo("Load Search Results", "", "This button loads saved Search Results from a named file in xml.", // C2021-023: fix Load tooltip null, null, DevComponents.DotNetBar.eTooltipColor.Gray)); this.btnLoadSearchResults.TabIndex = 10; this.btnLoadSearchResults.Text = "Load";