summaryrefslogtreecommitdiff
path: root/data/icons/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-22 15:37:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-22 15:37:50 +0000
commitc1e091c761ca5f673831d4547db80b1ba1c59399 (patch)
tree849188ee65aaa8a483ec10dd8596b6c924760a42 /data/icons/CMakeLists.txt
parentcacb143040c018a24aed00c3ce1f513b75ec7f99 (diff)
downloadmana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.tar.gz
mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.tar.bz2
mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.tar.xz
mana-client-c1e091c761ca5f673831d4547db80b1ba1c59399.zip
Fixed problems with window icon on Windows as much as possible.
Diffstat (limited to 'data/icons/CMakeLists.txt')
-rw-r--r--data/icons/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt
index 009ed32e..60bfc921 100644
--- a/data/icons/CMakeLists.txt
+++ b/data/icons/CMakeLists.txt
@@ -1,7 +1,5 @@
SET(FILES
- tmw.ico
- tmw.png
- tmw.xpm
+ tmw-32x32.png
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons)