Skip to content
Snippets Groups Projects
Commit 1b0b7c3f authored by Nicolas Vengeon's avatar Nicolas Vengeon Committed by Nicolas Vengeon
Browse files

jamiStrings: can't choose JPG as image

UpperCase extensions had to be added manually as Qt fileDialog's
nameFilters property is case sensitive.

GitLab: #832
Change-Id: I61a81ebcaa66f0f16db41924b542c146fc79a4b0
parent fc3a0e7d
Branches
Tags
No related merge requests found
...@@ -584,7 +584,7 @@ Item { ...@@ -584,7 +584,7 @@ Item {
property string stopTakingPhoto: qsTr("Stop taking photo") property string stopTakingPhoto: qsTr("Stop taking photo")
property string clearAvatar: qsTr("Clear avatar image") property string clearAvatar: qsTr("Clear avatar image")
property string takePhoto: qsTr("Take photo") property string takePhoto: qsTr("Take photo")
property string imageFiles: qsTr("Image Files (*.png *.jpg *.jpeg)") property string imageFiles: qsTr("Image Files (*.png *.jpg *.jpeg *.JPG *.JPEG *.PNG)")
// Plugins // Plugins
property string enable: qsTr("Enable") property string enable: qsTr("Enable")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment