From 42419eb0c3bfd6452b08b1a457715746ac446d5a Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 6 Dec 2012 19:44:24 +0000 Subject: [PATCH] windows: sounds are annoying --- SparkleShare/Windows/SparkleSetup.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index c69435c4..444a83e6 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -792,10 +792,7 @@ namespace SparkleShare { show_files_button.Click += delegate { Controller.ShowFilesClicked (); }; - - - SystemSounds.Exclamation.Play (); - + break; }