Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jul 2, 2024
1 parent 3a65d67 commit 063ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ private void browse_bitmap_Click(object sender, RoutedEventArgs e)
const string gen1BitmapOptions = "*.tif";
const string gen2BitmapOptions = "*.tif;*.tiff;*.tga;*.jpg;*.bmp";
const string MCCBitmapOptions = "*.tif;*.tiff";
const string H3BitmapOptions = "*.tif;*.tiff;.dds";
const string H3BitmapOptions = "*.tif;*.tiff;*.dds";

string bitmap_file_types = gen1BitmapOptions;
if (halo_2_standalone)
Expand Down

0 comments on commit 063ce07

Please sign in to comment.