Use "*" as filter for all files instead of "*.*".

This commit is contained in:
Felix Geyer 2012-06-06 10:21:17 +02:00
parent d3fcf2e0c4
commit 8e8efc67e6

View File

@ -123,7 +123,7 @@ void EditWidgetIcons::load(Uuid currentUuid, Database* database, IconStruct icon
void EditWidgetIcons::addCustomIcon()
{
if (m_database) {
QString filter = QString("%1 (%2);;%3 (*.*)").arg(tr("Images"),
QString filter = QString("%1 (%2);;%3 (*)").arg(tr("Images"),
Tools::imageReaderFilter(), tr("All files"));
QString filename = QFileDialog::getOpenFileName(