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 4cc531b88f..4afca2837e 100644
--- a/utils/themeeditor/models/projectmodel.h
+++ b/utils/themeeditor/models/projectmodel.h
@@ -35,7 +35,7 @@ public:
35 35
36 static QString fileFilter() 36 static QString fileFilter()
37 { 37 {
38 return QObject::tr("Project Files (*.cfg);;All Files (*.*)"); 38 return QObject::tr("Project Files (*.cfg);;All Files (*)");
39 } 39 }
40 40
41 ProjectModel(QString config, EditorWindow* mainWindow, QObject *parent = 0); 41 ProjectModel(QString config, EditorWindow* mainWindow, QObject *parent = 0);