From: Leena Miettinen Date: Tue, 23 Nov 2010 12:24:12 +0000 (+0100) Subject: Doc: fix path X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=48e475ed963e784865055d69b73b6bca353d4b0b;p=qt-creator-jp%2Fqt-creator-jp.git Doc: fix path Task-number: QTCREATORBUG-2925 Reviewed-by: Daniel Molkentin --- diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index fef879afa1..5ed87b5bf3 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