Skip to content

Commit

Permalink
Because IE is retarded.
Browse files Browse the repository at this point in the history
  • Loading branch information
iGemini committed Mar 28, 2014
1 parent 2a0a648 commit 172b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octgnFX/Octgn/Tabs/GameManagement/GameManagement.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ private void ButtonAddo8cClick(object sender, RoutedEventArgs e)
installo8cprocessing = true;
var of = new System.Windows.Forms.OpenFileDialog();
of.Multiselect = true;
of.Filter = "Octgn Card Package (*.o8c) |*.o8c";
of.Filter = "Octgn Card Package (*.o8c;*.zip) |*.o8c;*.zip";
var result = of.ShowDialog();
if (result == DialogResult.OK)
{
Expand Down

0 comments on commit 172b19d

Please sign in to comment.