From e8c7294aad1625243ba29c41a1d980a1eeb09e86 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 13 Mar 2017 00:03:54 +0100 Subject: [PATCH] ATV Modulator: added .gif and .tiff extensions in image file selector --- plugins/channeltx/modatv/atvmodgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/channeltx/modatv/atvmodgui.cpp b/plugins/channeltx/modatv/atvmodgui.cpp index e1b496e07..14e60687b 100644 --- a/plugins/channeltx/modatv/atvmodgui.cpp +++ b/plugins/channeltx/modatv/atvmodgui.cpp @@ -273,7 +273,7 @@ void ATVModGUI::on_channelMute_toggled(bool checked) void ATVModGUI::on_imageFileDialog_clicked(bool checked) { QString fileName = QFileDialog::getOpenFileName(this, - tr("Open image file"), ".", tr("Image Files (*.png *.jpg *.bmp)")); + tr("Open image file"), ".", tr("Image Files (*.png *.jpg *.bmp *.gif *.tiff)")); if (fileName != "") {