aboutsummaryrefslogtreecommitdiff
path: root/am2cmake
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-02-20 07:58:32 +0000
committerLaurent Montel <montel@kde.org>2006-02-20 07:58:32 +0000
commit14c4b51de6b160cb3185cea5a991d40d8446bb03 (patch)
tree7bcb22cfa35979c69ade3ea13b7432a9a54f55c5 /am2cmake
parent17010337046e0cf4ee8ab0208132ff39459550f6 (diff)
downloadextra-cmake-modules-14c4b51de6b160cb3185cea5a991d40d8446bb03.tar.gz
extra-cmake-modules-14c4b51de6b160cb3185cea5a991d40d8446bb03.tar.bz2
Fix theme default name
svn path=/trunk/KDE/kdelibs/; revision=511518
Diffstat (limited to 'am2cmake')
-rwxr-xr-xam2cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/am2cmake b/am2cmake
index 778fc402..5028b4f3 100755
--- a/am2cmake
+++ b/am2cmake
@@ -930,7 +930,7 @@ class CMakeFile
if @installIcons
#add a default theme (not perfect for convert but enough to avoid pb
- file.printf("kde4_install_icons( %s %s )\n\n",@iconDir, crystalsvg )
+ file.printf("kde4_install_icons( %s crystalsvg )\n\n",@iconDir )
end
if @createDoxygenDocs