Make .ico files usable (the plugin is already included)

This commit is contained in:
Jan Dalheimer
2014-01-02 18:51:40 +01:00
parent c85789e249
commit c0b6fd0647
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,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)");
tr("Icons") + "(*.png *.jpg *.jpeg *.ico)");
MMC->icons()->installIcons(fileNames);
}