summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-09-27 12:03:01 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-09-27 12:03:45 +0300
commit3020c3ed8ec706ca1fa6629cb64be8b56d141e8e (patch)
tree1d9ade918932bc628c760b4030b1db14413b2167
parent79e7853ed4b86d9d3077de7d1304a5becb227847 (diff)
parentfe0d9436c96e45cd90262597ea5a84e32ce02c89 (diff)
Merge remote-tracking branch 'origin/5.9' into 5.10
* origin/5.9: Fix typo Change-Id: I5367b62788d24f21590a0ece4851aa42d522c607
-rw-r--r--basicsuite/graphicaleffects/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/graphicaleffects/main.qml b/basicsuite/graphicaleffects/main.qml
index 29bf3cc..1b31a9d 100644
--- a/basicsuite/graphicaleffects/main.qml
+++ b/basicsuite/graphicaleffects/main.qml
@@ -78,7 +78,7 @@ Item {
ListModel {
id: listModel
- ListElement { name: "Brignthness / Contrast"; file: "effect_BrightnessContrast.qml" }
+ ListElement { name: "Brightness / Contrast"; file: "effect_BrightnessContrast.qml" }
ListElement { name: "Colorize"; file: "effect_Colorize.qml" }
ListElement { name: "Displacement"; file: "effect_Displacement.qml" }
ListElement { name: "Drop Shadow"; file: "effect_DropShadow.qml" }