OSDN Git Service

Doc: fix path
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Tue, 23 Nov 2010 12:24:12 +0000 (13:24 +0100)
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>
Tue, 23 Nov 2010 14:52:45 +0000 (15:52 +0100)
Task-number: QTCREATORBUG-2925

Reviewed-by: Daniel Molkentin
doc/qtcreator.qdoc

index fef879a..5ed87b5 100644 (file)
 
     \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