summaryrefslogtreecommitdiff
path: root/utils/themeeditor/models/projectmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/models/projectmodel.h')
-rw-r--r--utils/themeeditor/models/projectmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/models/projectmodel.h b/utils/themeeditor/models/projectmodel.h
index 4cc531b..4afca28 100644
--- a/utils/themeeditor/models/projectmodel.h
+++ b/utils/themeeditor/models/projectmodel.h
@@ -35,7 +35,7 @@ public:
static QString fileFilter()
{
- return QObject::tr("Project Files (*.cfg);;All Files (*.*)");
+ return QObject::tr("Project Files (*.cfg);;All Files (*)");
}
ProjectModel(QString config, EditorWindow* mainWindow, QObject *parent = 0);