diff options
author | Timothy Pearson <[email protected]> | 2014-10-11 17:19:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-11 17:19:22 -0500 |
commit | 382b6ce702f456256b7bbedf35a77fce585b28db (patch) | |
tree | 2da2ee42efcf45b06917d3a4cdf88365a8fd54fa /konq-plugins/rsync | |
parent | a036c261d34c611ee392e1494acc0ad074446588 (diff) | |
download | tdeaddons-382b6ce702f456256b7bbedf35a77fce585b28db.tar.gz tdeaddons-382b6ce702f456256b7bbedf35a77fce585b28db.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'konq-plugins/rsync')
-rw-r--r-- | konq-plugins/rsync/rsync_plugin.desktop | 2 | ||||
-rw-r--r-- | konq-plugins/rsync/rsyncplugin.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/rsync/rsync_plugin.desktop b/konq-plugins/rsync/rsync_plugin.desktop index 74b09d3..448fa36 100644 --- a/konq-plugins/rsync/rsync_plugin.desktop +++ b/konq-plugins/rsync/rsync_plugin.desktop @@ -14,4 +14,4 @@ Name=Remote Folder Synchronization Plugin Comment=Remote folder synchronization plugin Icon=remotesync X-TDE-ParentApp=konqueror -DocPath=konq-plugins/rsync/index.html +X-DocPath=konq-plugins/rsync/index.html diff --git a/konq-plugins/rsync/rsyncplugin.desktop b/konq-plugins/rsync/rsyncplugin.desktop index 0251090..6da2b55 100644 --- a/konq-plugins/rsync/rsyncplugin.desktop +++ b/konq-plugins/rsync/rsyncplugin.desktop @@ -12,4 +12,4 @@ Name=Remote Folder Synchronization Plugin Comment=Remote folder synchronization plugin Icon=remotesync X-TDE-ParentApp=konqueror -DocPath=konq-plugins/rsync/index.html +X-DocPath=konq-plugins/rsync/index.html |