On Preferred Page Break checkbox: make Supp Info -> Sup Info for consistency
B2017-099: fix crash & printing of HLS with Caution & supinfo & supinfo on HLS too.
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Volian.Controls.Library
|
||||
this.superTooltipTags.SetSuperTooltip(this.cbPrefPageBreak, new DevComponents.DotNetBar.SuperTooltipInfo("Preferred Page Break for Supplemental Info", "", "When set, starts this step at the top of a page.\r\n\r\nkeyboard command: <Ctrl><Ente" +
|
||||
"r>", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbPrefPageBreak.TabIndex = 1;
|
||||
this.cbPrefPageBreak.Text = "Preferred Page Break (for Supp Info)";
|
||||
this.cbPrefPageBreak.Text = "Preferred Page Break (for Sup Info)";
|
||||
this.cbPrefPageBreak.CheckedChanged += new System.EventHandler(this.cbPrefPageBreak_CheckedChanged);
|
||||
//
|
||||
// cbPageBreak
|
||||
|
Reference in New Issue
Block a user