C2026-054-Text-change-for-Open-Tabs-from-Previous-Session
This commit is contained in:
+1
-2
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace VEPROMS
|
namespace VEPROMS
|
||||||
{
|
{
|
||||||
@@ -49,7 +48,7 @@ namespace VEPROMS
|
|||||||
this.labelX1.Size = new System.Drawing.Size(363, 90);
|
this.labelX1.Size = new System.Drawing.Size(363, 90);
|
||||||
this.labelX1.TabIndex = 0;
|
this.labelX1.TabIndex = 0;
|
||||||
this.labelX1.Text = "Would you like for PROMS to reopen the tabs that you had open during your last se" +
|
this.labelX1.Text = "Would you like for PROMS to reopen the tabs that you had open during your last se" +
|
||||||
"ssion?" + Environment.NewLine + Environment.NewLine + "NOTE: This will not apply to Word section tabs that were previously open.";
|
"ssion?" + System.Environment.NewLine + System.Environment.NewLine + "NOTE: This will not apply to Word section tabs that were previously open.";
|
||||||
this.labelX1.WordWrap = true;
|
this.labelX1.WordWrap = true;
|
||||||
//
|
//
|
||||||
// cbRemember
|
// cbRemember
|
||||||
|
|||||||
Reference in New Issue
Block a user