GH-2232 add gif icon support (not animated)

This commit is contained in:
Petr Mrázek
2018-10-31 21:54:22 +01:00
parent d9c1fc09e7
commit aef0ccb1a2
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ void IconPickerDialog::addNewIcon()
QString selectIcons = tr("Select Icons");
//: The type of icon files
QStringList fileNames = QFileDialog::getOpenFileNames(this, selectIcons, QString(),
tr("Icons") + "(*.png *.jpg *.jpeg *.ico *.svg)");
tr("Icons") + "(*.png *.jpg *.jpeg *.ico *.svg *.gif)");
MMC->icons()->installIcons(fileNames);
}