diff options
author | Laurent Montel <montel@kde.org> | 2006-02-20 07:58:32 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2006-02-20 07:58:32 +0000 |
commit | 14c4b51de6b160cb3185cea5a991d40d8446bb03 (patch) | |
tree | 7bcb22cfa35979c69ade3ea13b7432a9a54f55c5 /am2cmake | |
parent | 17010337046e0cf4ee8ab0208132ff39459550f6 (diff) | |
download | extra-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-x | am2cmake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |