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:
2017-05-26 11:51:24 +00:00
parent 0da05e4912
commit 738089548c
3 changed files with 29 additions and 3 deletions

View File

@@ -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