From 13417171c597fa4680299b793e783bc373e3f421 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 17 Jun 2017 10:29:08 +0000 Subject: [PATCH] image_sources: Fix callite component palette icon resource generation git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5942 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- image_sources/ccr/components/callite/list.txt | 6 +++--- image_sources/ccr/components/callite/make_res.bat | 2 +- .../callite/{tcallite.png => tcalendarlite.png} | Bin .../{tcallite_150.png => tcalendarlite_150.png} | Bin .../{tcallite_200.png => tcalendarlite_200.png} | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename image_sources/ccr/components/callite/{tcallite.png => tcalendarlite.png} (100%) rename image_sources/ccr/components/callite/{tcallite_150.png => tcalendarlite_150.png} (100%) rename image_sources/ccr/components/callite/{tcallite_200.png => tcalendarlite_200.png} (100%) diff --git a/image_sources/ccr/components/callite/list.txt b/image_sources/ccr/components/callite/list.txt index 8fbe4c79a..dc86763d5 100644 --- a/image_sources/ccr/components/callite/list.txt +++ b/image_sources/ccr/components/callite/list.txt @@ -1,3 +1,3 @@ -tcallite.png -tcallite_150.png -tcallite_200.png +tcalendarlite.png +tcalendarlite_150.png +tcalendarlite_200.png diff --git a/image_sources/ccr/components/callite/make_res.bat b/image_sources/ccr/components/callite/make_res.bat index bc4a08cbf..faf2fc30a 100644 --- a/image_sources/ccr/components/callite/make_res.bat +++ b/image_sources/ccr/components/callite/make_res.bat @@ -1 +1 @@ -..\..\..\lazres ..\..\..\..\components\callite\calendarlite_icon.res @list.txt \ No newline at end of file +..\..\..\lazres ..\..\..\..\components\callite\source\calendarlite_icon.res @list.txt \ No newline at end of file diff --git a/image_sources/ccr/components/callite/tcallite.png b/image_sources/ccr/components/callite/tcalendarlite.png similarity index 100% rename from image_sources/ccr/components/callite/tcallite.png rename to image_sources/ccr/components/callite/tcalendarlite.png diff --git a/image_sources/ccr/components/callite/tcallite_150.png b/image_sources/ccr/components/callite/tcalendarlite_150.png similarity index 100% rename from image_sources/ccr/components/callite/tcallite_150.png rename to image_sources/ccr/components/callite/tcalendarlite_150.png diff --git a/image_sources/ccr/components/callite/tcallite_200.png b/image_sources/ccr/components/callite/tcalendarlite_200.png similarity index 100% rename from image_sources/ccr/components/callite/tcallite_200.png rename to image_sources/ccr/components/callite/tcalendarlite_200.png