choice is now truly yours!

* pick any file you wish for a supposed pic
freedom to all!
This commit is contained in:
citizen 2019-12-16 05:35:27 +01:00
parent 8116a114fc
commit 5059fe2389
Signed by: wanderer
GPG Key ID: A6FA3CA298BA2223

View File

@ -61,7 +61,7 @@ namespace KRY_0x02
using (OpenFileDialog dlg = new OpenFileDialog())
{
dlg.Title = "pick a pic";
dlg.Filter = "png (*.png)|*.png|bmp (*.bmp)|*.bmp|tiff (*.tiff)|*.tiff";
dlg.Filter = "png (*.png)|*.png|bmp (*.bmp)|*.bmp|tiff (*.tiff)|*.tiff|custom (*.*)|*.*";
if (dlg.ShowDialog() == DialogResult.OK)
{