summaryrefslogtreecommitdiffstats
path: root/mkspecs/features
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@trolltech.com>2009-09-22 15:54:20 (GMT)
committerDaniel Molkentin <daniel.molkentin@trolltech.com>2009-09-22 15:54:20 (GMT)
commit56b3d8462f31d6afcf315e4dadb21929da5ea1f2 (patch)
tree054a38ca2b40c62e45df523218497ca54af9a174 /mkspecs/features
parent8a441f3cf8a2cbc92861b7c55dd4664da4e8130b (diff)
downloadQt-56b3d8462f31d6afcf315e4dadb21929da5ea1f2.zip
Qt-56b3d8462f31d6afcf315e4dadb21929da5ea1f2.tar.gz
Qt-56b3d8462f31d6afcf315e4dadb21929da5ea1f2.tar.bz2
Revert "Fix spelling and reword."
This is fixed better in 4.6. Don't make merging harder than it has to be. This reverts commit 8a441f3cf8a2cbc92861b7c55dd4664da4e8130b.
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/symbian/application_icon.prf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/features/symbian/application_icon.prf b/mkspecs/features/symbian/application_icon.prf
index fcf5324..97b99a5 100644
--- a/mkspecs/features/symbian/application_icon.prf
+++ b/mkspecs/features/symbian/application_icon.prf
@@ -6,7 +6,7 @@ contains( CONFIG, no_icon ) {
symbian:RSS_RULES ="hidden = KAppIsHidden;"
CONFIG -= no_icon
} else {
-# There is no sense to compile MIF icon if no_icon CONFIGS is set
+# There is no sense to compile MIF icon is no_icon CONFIGS is set
!isEmpty(ICON) {
!count(ICON, $$size(TRANSLATIONS)):!count(ICON, 1) {
@@ -36,4 +36,4 @@ contains( CONFIG, no_icon ) {
RSS_RULES.number_of_icons = $$size(ICON)
RSS_RULES.icon_file = $$replace( APP_RESOURCE_DIR, /, \\\\ )\\\\$${TARGET.UID3}.mif
}
-}
+} \ No newline at end of file