diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-10-24 19:36:06 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2009-10-24 19:37:33 +0200 |
commit | 8b53e861d9a7ff9f21eb0ff631affe18cec95ae2 (patch) | |
tree | df5326d7fb873b05e134926282fb9fcb170891b0 /data/icons/CMakeLists.txt | |
parent | a35fed28f926aa3b69e57f1d2bef7cf10c0a8ad2 (diff) | |
download | mana-8b53e861d9a7ff9f21eb0ff631affe18cec95ae2.tar.gz mana-8b53e861d9a7ff9f21eb0ff631affe18cec95ae2.tar.bz2 mana-8b53e861d9a7ff9f21eb0ff631affe18cec95ae2.tar.xz mana-8b53e861d9a7ff9f21eb0ff631affe18cec95ae2.zip |
More rebranding changes
Diffstat (limited to 'data/icons/CMakeLists.txt')
-rw-r--r-- | data/icons/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index e50c7ab9..59ffe676 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -1,7 +1,7 @@ SET(FILES - tmw.png + mana.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) -INSTALL(FILES "tmw.png" DESTINATION share/pixmaps) +INSTALL(FILES "mana.png" DESTINATION share/pixmaps) |