From c578c327ed9b7f71959b9f300ead479224c5c15c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 20 Oct 2012 12:21:17 +0100 Subject: Only vcl has collate/ncollate now so remove the svtools ones where there are duplicates, move the svtools one to vcl when the vcl one is missing Change-Id: I9e7f77c3088be48bfcbed81e02ff71fa7aeba0d8 --- icon-themes/human/svtools/res/collate.png | Bin 2146 -> 0 bytes icon-themes/human/svtools/res/ncollate.png | Bin 2244 -> 0 bytes icon-themes/human/vcl/res/collate.png | Bin 0 -> 2146 bytes icon-themes/human/vcl/res/ncollate.png | Bin 0 -> 2244 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 icon-themes/human/svtools/res/collate.png delete mode 100644 icon-themes/human/svtools/res/ncollate.png create mode 100644 icon-themes/human/vcl/res/collate.png create mode 100644 icon-themes/human/vcl/res/ncollate.png (limited to 'icon-themes/human') diff --git a/icon-themes/human/svtools/res/collate.png b/icon-themes/human/svtools/res/collate.png deleted file mode 100644 index 34b5d23dc5ad..000000000000 Binary files a/icon-themes/human/svtools/res/collate.png and /dev/null differ diff --git a/icon-themes/human/svtools/res/ncollate.png b/icon-themes/human/svtools/res/ncollate.png deleted file mode 100644 index 3e1f14be62cf..000000000000 Binary files a/icon-themes/human/svtools/res/ncollate.png and /dev/null differ diff --git a/icon-themes/human/vcl/res/collate.png b/icon-themes/human/vcl/res/collate.png new file mode 100644 index 000000000000..34b5d23dc5ad Binary files /dev/null and b/icon-themes/human/vcl/res/collate.png differ diff --git a/icon-themes/human/vcl/res/ncollate.png b/icon-themes/human/vcl/res/ncollate.png new file mode 100644 index 000000000000..3e1f14be62cf Binary files /dev/null and b/icon-themes/human/vcl/res/ncollate.png differ -- cgit