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 != "") {