summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-09-18 18:17:29 +0200
committerDaniel Molkentin <daniel.molkentin@trolltech.com>2009-09-22 17:53:41 +0200
commit58cc8cb5c86d2d51d0f647457e3677541c4a93c2 (patch)
treec12aefbbec847f9216417e5428abe3b0169d745a /doc
parentb089f0e17dab094ce99dc8edd385cbef0bc212c4 (diff)
Docs: Fix spelling and reword docs about S60 specifics.
Reviewed-By: TrustMe
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howtos/appicon.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc
index ba567b76c5..ece2dcf9a4 100644
--- a/doc/src/howtos/appicon.qdoc
+++ b/doc/src/howtos/appicon.qdoc
@@ -215,12 +215,13 @@
\section1 Setting the Application Icon on S60 platforms
- In order to set application icon for S60 application you need SVG-T icon.
- How to create such SVG-T, please refer to
+ In order to set the application icon for S60 applications, you need
+ an SVG-T icon. For information on how to create SVG-T compliant icons,
+ please refer to
\l{http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/}
- Once you have icon in correct format and assuming you are using
- \c qmake to generate your makefiles, you only need to add a single
+ Once the icon is available in the correct format and assuming you are
+ using \c qmake to generate your makefiles, you only need to add a single
line to your \c .pro project file. For example, if the name of your
icon file is \c{myapp.svg}, and your project file is \c{myapp.pro},
add this line to \c{myapp.pro}: