Skip to content

Commit

Permalink
Apply patch (unapplied) from Dan
Browse files Browse the repository at this point in the history
(Untranslatable config tab "PIM Events Plugin" bug 387987)

BUG: 387987
  • Loading branch information
Montel committed Dec 17, 2017
1 parent f9e0bb9 commit 96eb686
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions plugins/plasma/pimeventsplugin/pimeventsplugin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"Name": "PIM Events Plugin",
"Description": "Calendar plugin for displaying events from KDE PIM calendars",
"Icon": "view-calendar",
"ConfigUi": "pimevents/PimEventsConfig.qml",
"Authors": {
"Name": "Daniel Vrátil",
"Email": "dvratil@kde.org"
"KPlugin": {
"Name": "PIM Events Plugin",
"Description": "Calendar plugin for displaying events from KDE PIM calendars",
"Icon": "view-calendar",
"ConfigUi": "pimevents/PimEventsConfig.qml",
"Authors": [
{
"Name": "Daniel Vrátil",
"Email": "dvratil@kde.org"
}
],
"ServiceTypes": [
"PlasmaCalendar/Plugin"
]
}
}

0 comments on commit 96eb686

Please sign in to comment.