aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1')
-rw-r--r--source/WindowsFormsApplication1/Apps/Terminal.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs
index dab400d..1aff5ae 100644
--- a/source/WindowsFormsApplication1/Apps/Terminal.cs
+++ b/source/WindowsFormsApplication1/Apps/Terminal.cs
@@ -96,7 +96,7 @@ namespace ShiftOS
ResetTerminalFont();
StartLogCheck();
tmrsetfont.Start();
-
+ WriteLine("ShiftOS Alpha. (C) ShiftOS Contributors.");
}
@@ -512,8 +512,8 @@ namespace ShiftOS
/// <param name="time">Time to sleep.</param>
private void BeepSleep(int time)
{
- //API.PlaySound(Properties.Resources.writesound);
- Thread.Sleep(time);
+ API.PlaySound(Properties.Resources.writesound);
+ //Thread.Sleep(time);
}
private LuaInterpreter Interpreter = null;