Commit 8a441f3cf8a2cbc92861b7c55dd4664da4e8130b

Fix spelling and reword.
  
215215
216216 \section1 Setting the Application Icon on S60 platforms
217217
218 In order to set application icon for S60 application you need SVG-T icon.
219 How to create such SVG-T, please refer to
218 In order to set the application icon for S60 application you need
219 anSVG-T icon. For information on how to create such SVG-T, please refer to
220220 \l{http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/}
221221
222 Once you have icon in correct format and assuming you are using
223 \c qmake to generate your makefiles, you only need to add a single
222 Once the icon is available in the correct format and assuming you are
223 using \c qmake to generate your makefiles, you only need to add a single
224224 line to your \c .pro project file. For example, if the name of your
225225 icon file is \c{myapp.svg}, and your project file is \c{myapp.pro},
226226 add this line to \c{myapp.pro}:
  
66 symbian:RSS_RULES ="hidden = KAppIsHidden;"
77 CONFIG -= no_icon
88} else {
9# There is no sense to compile MIF icon is no_icon CONFIGS is set
9# There is no sense to compile MIF icon if no_icon CONFIGS is set
1010 !isEmpty(ICON) {
1111
1212 !count(ICON, $$size(TRANSLATIONS)):!count(ICON, 1) {