diff --git a/FireWallet/BatchForm.cs b/FireWallet/BatchForm.cs index 8a9a132..e79e7fb 100644 --- a/FireWallet/BatchForm.cs +++ b/FireWallet/BatchForm.cs @@ -621,7 +621,7 @@ namespace FireWallet private void buttonImport_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog = new OpenFileDialog(); - openFileDialog.Filter = "CSV File|*.csv|TXT File|*.txt"; + openFileDialog.Filter = "All Files|*.*"; openFileDialog.Title = "Open Batch"; if (openFileDialog.ShowDialog() == DialogResult.OK) {