aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/quickcontrols2/texteditor/qml/texteditor.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/texteditor/qml/texteditor.qml b/examples/quickcontrols2/texteditor/qml/texteditor.qml
index cac5a66d..1188686b 100644
--- a/examples/quickcontrols2/texteditor/qml/texteditor.qml
+++ b/examples/quickcontrols2/texteditor/qml/texteditor.qml
@@ -162,7 +162,7 @@ ApplicationWindow {
FileDialog {
id: openDialog
fileMode: FileDialog.OpenFile
- nameFilters: ["Text files (*.txt)", "HTML files (*.html, *.htm)"]
+ nameFilters: ["Text files (*.txt)", "HTML files (*.html *.htm)"]
onFileSelected: document.fileUrl = file
}