From aec902e8252a8f1ea75cf8a263a58dc1b42b40df Mon Sep 17 00:00:00 2001 From: Si13n7 Date: Sun, 8 Jul 2018 11:58:03 +0200 Subject: [PATCH] Fix issue that prevented associating of file types. An embarrassing mistake in commit 6ae3f6a1dde90a22d20447c658bbe09d90a243ed ... :unamused: --- src/AppsLauncher/Libraries/FileTypeAssoc.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/AppsLauncher/Libraries/FileTypeAssoc.cs b/src/AppsLauncher/Libraries/FileTypeAssoc.cs index c06c31e..d8f5bde 100644 --- a/src/AppsLauncher/Libraries/FileTypeAssoc.cs +++ b/src/AppsLauncher/Libraries/FileTypeAssoc.cs @@ -1,6 +1,5 @@ namespace AppsLauncher.Libraries { - using System; using System.ComponentModel; using System.Linq; using System.Windows.Forms; @@ -62,8 +61,6 @@ internal static class FileTypeAssoc { assocData.IconPath = dialog.IconPath; assocData.IconId = dialog.IconId.ToString(); - MessageBox.Show(dialog.IconPath + @"," + dialog.IconId); - Environment.Exit(0); } }