diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 02:39:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-11 02:39:04 -0600 |
commit | 55f92ecb7c523723045fbbd3f543bd026e0529c8 (patch) | |
tree | 3afe2aef21538ea0929645d772ff50dad0a48153 /kmail/pics/CMakeLists.txt | |
parent | be8e6cb1e80a04639544c0730365f9c35c7c51ad (diff) | |
download | tdepim-55f92ecb7c523723045fbbd3f543bd026e0529c8.tar.gz tdepim-55f92ecb7c523723045fbbd3f543bd026e0529c8.zip |
Fix unintended rename
Diffstat (limited to 'kmail/pics/CMakeLists.txt')
-rw-r--r-- | kmail/pics/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/pics/CMakeLists.txt b/kmail/pics/CMakeLists.txt index 0e515b834..ea728f8b7 100644 --- a/kmail/pics/CMakeLists.txt +++ b/kmail/pics/CMakeLists.txt @@ -25,6 +25,6 @@ install( FILES enterprise_left.png enterprise_right.png enterprise_s_left.png enterprise_sbar.png enterprise_s_right.png enterprise_sp_right.png enterprise_top_left.png enterprise_top.png enterprise_top_right.png - enterprise_sw.png enterprise_w.png attachmentQuictdelistClosed.png - attachmentQuictdelistOpened.png + enterprise_sw.png enterprise_w.png attachmentQuicklistClosed.png + attachmentQuicklistOpened.png DESTINATION ${DATA_INSTALL_DIR}/kmail/pics ) |