Skip to content

Commit

Permalink
Fix issue that prevented associating of file types.
Browse files Browse the repository at this point in the history
An embarrassing mistake in commit 6ae3f6a ... 😒
  • Loading branch information
Si13n7 committed Jul 8, 2018
1 parent 9b5366f commit aec902e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/AppsLauncher/Libraries/FileTypeAssoc.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace AppsLauncher.Libraries
{
using System;
using System.ComponentModel;
using System.Linq;
using System.Windows.Forms;
Expand Down Expand Up @@ -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);
}
}

Expand Down

0 comments on commit aec902e

Please sign in to comment.