aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Hacking
diff options
context:
space:
mode:
authorComputeLinux <[email protected]>2016-07-22 20:41:18 -0700
committerComputeLinux <[email protected]>2016-07-22 20:41:18 -0700
commit73b3953903d4522dbe0ce8eb61c1a9173e98bd8f (patch)
treefb5c0fbf7ac04dca164b01555d2c3a7b612f852f /source/WindowsFormsApplication1/Hacking
parent4dfa203fd5de642df4277d01c0eb7ec968233274 (diff)
downloadshiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.tar.gz
shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.tar.bz2
shiftos-c--73b3953903d4522dbe0ce8eb61c1a9173e98bd8f.zip
Beeping is really annoying. Let's get rid of it.
Diffstat (limited to 'source/WindowsFormsApplication1/Hacking')
-rw-r--r--source/WindowsFormsApplication1/Hacking/HijackScreen.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Hacking/HijackScreen.cs b/source/WindowsFormsApplication1/Hacking/HijackScreen.cs
index e234514..02462ad 100644
--- a/source/WindowsFormsApplication1/Hacking/HijackScreen.cs
+++ b/source/WindowsFormsApplication1/Hacking/HijackScreen.cs
@@ -89,7 +89,7 @@ namespace ShiftOS
rtext = rtext + gtexttotype.Substring(currentletter, 1);
currentletter = currentletter + 1;
textgeninput.Text = rtext;
- API.PlaySound(Properties.Resources.typesound);
+ //API.PlaySound(Properties.Resources.typesound);
}
break;
}