aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-12-05 16:55:14 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-06 02:46:28 +0100
commite30dd653c4d1624d289e86385b5ba19c7bc1799f (patch)
tree38554c2026fe302ac18dde3eaa7a1ebe28d1f84a /examples
parent564d58025e46c825ec763193767defd78f5e13a0 (diff)
Fix image path
Plasma Patrol wasn't finding a text mask. Change-Id: I10934d3cecd076df885ba68833d7654f4b3978d0 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/plasmapatrol/plasmapatrol.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/particles/plasmapatrol/plasmapatrol.qml b/examples/declarative/particles/plasmapatrol/plasmapatrol.qml
index 37437efaf5..d57a00f82d 100644
--- a/examples/declarative/particles/plasmapatrol/plasmapatrol.qml
+++ b/examples/declarative/particles/plasmapatrol/plasmapatrol.qml
@@ -100,7 +100,7 @@ Rectangle {
group: "default"
emitRate: 1200
lifeSpan: 1200
- shape: MaskShape {source:"../images/pics/TitleText.png"}
+ shape: MaskShape {source:"content/pics/TitleText.png"}
size: 16
endSize: 0
sizeVariation: 8