From 82875f595ded60f6a73a460c3cbff5bbf43f35ca Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 28 Sep 2020 11:31:43 -0600 Subject: [PATCH] [holidays calendar plugin] Use more semantically correct icon --- plasmacalendarintegration/holidayeventsplugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmacalendarintegration/holidayeventsplugin.json b/plasmacalendarintegration/holidayeventsplugin.json index 2846235ea..d88fb4ef0 100644 --- a/plasmacalendarintegration/holidayeventsplugin.json +++ b/plasmacalendarintegration/holidayeventsplugin.json @@ -1,7 +1,7 @@ { "Name": "Holidays", "Description": "Calendar plugin for displaying public holidays", - "Icon": "view-calendar", + "Icon": "view-calendar-holiday", "ConfigUi": "holidays/HolidaysConfig.qml", "Authors": { "Name": "Martin Klapetek", "Email": "mklapetek@kde.org" } }