diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-18 21:49:53 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-04-20 08:36:02 +0000 |
commit | f080fcea5d844b838e8fef8bd0d145f58085be06 (patch) | |
tree | 8f6b72b9ef2ad6105622cba79b7915571b72a015 | |
parent | 0c90582c24e841193804d3e887e6b92c7d466ad7 (diff) |
Give text/calendar the calendar icon
-rw-r--r-- | data/freedesktop.org.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 05f167a..660e573 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -6551,6 +6551,7 @@ command to generate the output files. <sub-class-of type="text/plain"/> <alias type="text/x-vcalendar"/> <alias type="application/ics"/> + <generic-icon name="x-office-calendar"/> <magic> <match type="string" value="BEGIN:VCALENDAR" offset="0"/> <match type="string" value="begin:vcalendar" offset="0"/> |