From e30dd653c4d1624d289e86385b5ba19c7bc1799f Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 5 Dec 2011 16:55:14 +1000 Subject: [PATCH] Fix image path Plasma Patrol wasn't finding a text mask. Change-Id: I10934d3cecd076df885ba68833d7654f4b3978d0 Reviewed-by: Martin Jones --- .../particles/plasmapatrol/plasmapatrol.qml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/declarative/particles/plasmapatrol/plasmapatrol.qml b/examples/declarative/particles/plasmapatrol/plasmapatrol.qml index 37437ef..d57a00f 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 -- 1.7.2.5