aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/Terminal.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/Apps/Terminal.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs b/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs
index de4e913..350bcfd 100644
--- a/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs
+++ b/source/WindowsFormsApplication1/Apps/Terminal.Designer.cs
@@ -31,7 +31,7 @@ namespace ShiftOS
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- this.txtterm = new ShiftUI.TextBox();
+ this.txtterm = new ShiftUI.RichTextBox();
this.tmrfirstrun = new ShiftUI.Timer(this.components);
this.tmrshutdown = new ShiftUI.Timer(this.components);
this.pullbs = new ShiftUI.Timer(this.components);
@@ -111,7 +111,7 @@ namespace ShiftOS
this.ResumeLayout(false);
}
- internal ShiftUI.TextBox txtterm;
+ internal ShiftUI.RichTextBox txtterm;
internal ShiftUI.Timer tmrfirstrun;
internal ShiftUI.Timer tmrshutdown;
internal ShiftUI.Timer pullbs;