From 14c4b51de6b160cb3185cea5a991d40d8446bb03 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 20 Feb 2006 07:58:32 +0000 Subject: Fix theme default name svn path=/trunk/KDE/kdelibs/; revision=511518 --- am2cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'am2cmake') 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 -- cgit v1.2.1