diff options
| author | ComputeLinux <[email protected]> | 2016-07-22 20:57:13 -0700 |
|---|---|---|
| committer | ComputeLinux <[email protected]> | 2016-07-22 20:57:13 -0700 |
| commit | 2104517219cd3913bfad316d81f5f72272fe2b2f (patch) | |
| tree | f7b74744619e90c4dcdd8c2f75bb3c6f196e00f7 /source/WindowsFormsApplication1/Apps | |
| parent | d6f3a3eb44e472e68213773b4acabbdff34ae16c (diff) | |
| download | shiftos-c--2104517219cd3913bfad316d81f5f72272fe2b2f.tar.gz shiftos-c--2104517219cd3913bfad316d81f5f72272fe2b2f.tar.bz2 shiftos-c--2104517219cd3913bfad316d81f5f72272fe2b2f.zip | |
Fix a minor derp
Diffstat (limited to 'source/WindowsFormsApplication1/Apps')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index 1aff5ae..3c94d1e 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -58,6 +58,7 @@ namespace ShiftOS tmrshutdown.Tick += new EventHandler(tmrshutdown_Tick); if (Hacking == false) { + WriteLine("ShiftOS Alpha. (C) ShiftOS Contributors."); WriteLine(prefix); } txtterm.Select(txtterm.TextLength, 0); @@ -96,7 +97,6 @@ namespace ShiftOS ResetTerminalFont(); StartLogCheck(); tmrsetfont.Start(); - WriteLine("ShiftOS Alpha. (C) ShiftOS Contributors."); } |
