From 48e475ed963e784865055d69b73b6bca353d4b0b Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Date: Tue, 23 Nov 2010 13:24:12 +0100
Subject: [PATCH] Doc: fix path

Task-number: QTCREATORBUG-2925

Reviewed-by: Daniel Molkentin
---
 doc/qtcreator.qdoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index fef879afa13..5ed87b5bf36 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -3937,13 +3937,13 @@
 
     \section1 Creating the Main View
 
-    The main view of the application displays a user icon in the top left corner of the
+    The main view of the application displays a Qt logo in the top left corner of the
     screen and two empty rectangles.
 
-    To use the user.png image in your application, you must copy it to the project
-    directory from the \c {\qt\examples\declarative\animation\states} directory in the
+    To use the states.png image in your application, you must copy it to the project
+    directory from the examples directory in the
     Qt installation directory. For example:
-    \c {C:\Qt\2010.05\qt\examples\declarative\animation\states}. The image appears
+    \c {C:\QtSDK\Examples\4.7\declarative\animation\states}. The image appears
     in the \gui Resources pane. You can also use any other image or a QML element, instead.
 
     \list 1
-- 
GitLab