Skip to content

Commit

Permalink
hint that .vga extension works with VGA palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 11, 2024
1 parent ee09595 commit e97b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BinxelviewForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ private void buttonLoadPal_Click(object sender, EventArgs e)
d.Filter =
"Palette, RGB24 (*.pal)|*.pal|" +
"Image (*.bmp;*.gif;*.png;*.tif)|*.bmp;*.gif;*.png;*.tif|" +
"VGA Palette, 6-bit RGB18 (*.*)|*.*|"+
"VGA Palette, 6-bit RGB18 (*.vga;*.*)|*.vga;*.*|"+
"All files, RGB24 (*.*)|*.*";
if (d.ShowDialog() == DialogResult.OK)
{
Expand Down

0 comments on commit e97b4c2

Please sign in to comment.