summaryrefslogtreecommitdiffstats
path: root/kmail/pics
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 02:39:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 02:39:04 -0600
commit55f92ecb7c523723045fbbd3f543bd026e0529c8 (patch)
tree3afe2aef21538ea0929645d772ff50dad0a48153 /kmail/pics
parentbe8e6cb1e80a04639544c0730365f9c35c7c51ad (diff)
downloadtdepim-55f92ecb7c523723045fbbd3f543bd026e0529c8.tar.gz
tdepim-55f92ecb7c523723045fbbd3f543bd026e0529c8.zip
Fix unintended rename
Diffstat (limited to 'kmail/pics')
-rw-r--r--kmail/pics/CMakeLists.txt4
-rw-r--r--kmail/pics/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/kmail/pics/CMakeLists.txt b/kmail/pics/CMakeLists.txt
index 0e515b83..ea728f8b 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 )
diff --git a/kmail/pics/Makefile.am b/kmail/pics/Makefile.am
index 4b420013..8c185ddb 100644
--- a/kmail/pics/Makefile.am
+++ b/kmail/pics/Makefile.am
@@ -27,8 +27,8 @@ pics_DATA = kmmsgdel.png kmmsgnew.png kmmsgunseen.png kmmsgread.png \
enterprise_top_right.png \
enterprise_sw.png \
enterprise_w.png \
- attachmentQuictdelistClosed.png \
- attachmentQuictdelistOpened.png
+ attachmentQuicklistClosed.png \
+ attachmentQuicklistOpened.png
picsdir = $(kde_datadir)/kmail/pics