From 55f92ecb7c523723045fbbd3f543bd026e0529c8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Feb 2013 02:39:04 -0600 Subject: Fix unintended rename --- kmail/pics/CMakeLists.txt | 4 ++-- kmail/pics/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/pics') 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 ) diff --git a/kmail/pics/Makefile.am b/kmail/pics/Makefile.am index 4b420013c..8c185ddb9 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 -- cgit v1.2.1