diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-21 23:14:45 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-21 23:14:45 -0600 |
commit | 7889530e23058c0c21b5ba3c827b45179ca53a9e (patch) | |
tree | db80e45d7576ecb827c8ed0efd29f49812c584ba /IconThemes/CMakeLists.txt | |
parent | af382baf56e201d3c1070645a7c676987dc5f24d (diff) | |
download | tdeartwork-7889530e23058c0c21b5ba3c827b45179ca53a9e.tar.gz tdeartwork-7889530e23058c0c21b5ba3c827b45179ca53a9e.zip |
Use Places category instead of FileSystems category in icon themes.
Diffstat (limited to 'IconThemes/CMakeLists.txt')
-rw-r--r-- | IconThemes/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IconThemes/CMakeLists.txt b/IconThemes/CMakeLists.txt index 3a7a1a71..dc4ec482 100644 --- a/IconThemes/CMakeLists.txt +++ b/IconThemes/CMakeLists.txt @@ -10,7 +10,7 @@ ################################################# set(ICON_THEMES locolor ikons kdeclassic slick kids ) -set(ICON_TYPES actions apps devices filesystems mimetypes) +set(ICON_TYPES actions apps devices places mimetypes) set(ICON_SIZES 16x16 22x22 32x32 48x48 64x64 128x128 scalable) set(ICON_SUFFIXES png mng svg svgz) |