Skip to content

Commit 85cc732

Browse files
committed
2.5.1.6 - File extensions added to the open file dialog filter for Dashboard Wallpaper.
1 parent b1c671f commit 85cc732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/main/FormMain-TabPages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ private void dashboardZoomOut_Click(object sender, EventArgs e)
761761
private void dashboardWallpaper_Click(object sender, EventArgs e)
762762
{
763763
OpenFileDialog openFileDialog = new OpenFileDialog();
764-
openFileDialog.Filter = "JPEG | *.jpg;*.jpeg";
764+
openFileDialog.Filter = "BMP|*.bmp|EMF|*.emf|GIF|*.gif|JPEG|*.jpg;*.jpeg|PNG|*.png|TIFF|*.tiff|WMF|*.wmf";
765765

766766
if (openFileDialog.ShowDialog() == DialogResult.OK)
767767
{

0 commit comments

Comments
 (0)