summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-07-08 08:30:43 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-07-08 08:30:43 (GMT)
commitb24a4194b2b0c4420e1a8e4a95c73fd6673088d3 (patch)
tree46f7fa0caa9f26fd038e57b79d3720d9968987a1 /examples/declarative/tutorials
parent272ccd24941465fd6a8fc79d9f7ab8546a6ce870 (diff)
downloadQt-b24a4194b2b0c4420e1a8e4a95c73fd6673088d3.zip
Qt-b24a4194b2b0c4420e1a8e4a95c73fd6673088d3.tar.gz
Qt-b24a4194b2b0c4420e1a8e4a95c73fd6673088d3.tar.bz2
Doc: Fixing typo - background file name
Diffstat (limited to 'examples/declarative/tutorials')
-rw-r--r--examples/declarative/tutorials/samegame/samegame1/samegame.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame1/samegame.qml b/examples/declarative/tutorials/samegame/samegame1/samegame.qml
index 68f8712..80567ef 100644
--- a/examples/declarative/tutorials/samegame/samegame1/samegame.qml
+++ b/examples/declarative/tutorials/samegame/samegame1/samegame.qml
@@ -55,7 +55,7 @@ Rectangle {
Image {
id: background
anchors.fill: parent
- source: "../shared/pics/background.jpg"
+ source: "../shared/pics/background.png"
fillMode: Image.PreserveAspectCrop
}
}