diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-23 04:04:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-23 04:04:59 -0700 |
| commit | c2acf569185ddd628b591e1b149da74dd301e93d (patch) | |
| tree | 877609d943482fe750ceb47aab9fc682d793b8de /source/WindowsFormsApplication1/Hacking/HijackScreen.cs | |
| parent | 03926af3d13399347ddb06e7c52e79e4195fff22 (diff) | |
| parent | 2104517219cd3913bfad316d81f5f72272fe2b2f (diff) | |
| download | shiftos-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/HijackScreen.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Hacking/HijackScreen.cs | 2 |
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; } |
