aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Hacking
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2016-07-23 04:04:59 -0700
committerGitHub <[email protected]>2016-07-23 04:04:59 -0700
commitc2acf569185ddd628b591e1b149da74dd301e93d (patch)
tree877609d943482fe750ceb47aab9fc682d793b8de /source/WindowsFormsApplication1/Hacking
parent03926af3d13399347ddb06e7c52e79e4195fff22 (diff)
parent2104517219cd3913bfad316d81f5f72272fe2b2f (diff)
downloadshiftos-c--c2acf569185ddd628b591e1b149da74dd301e93d.tar.gz
shiftos-c--c2acf569185ddd628b591e1b149da74dd301e93d.tar.bz2
shiftos-c--c2acf569185ddd628b591e1b149da74dd301e93d.zip
Merge pull request #14 from ComputeLinux/master
Miscellaneous improvements
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;
}