diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:20 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:20 -0500 |
commit | 31b3dcd90a09645c6d951a3bcbe6bab76d6718af (patch) | |
tree | 902403b02e3faccac959230af333b3d676b89c6e /src/tdesvn.desktop | |
parent | 52d86df374e0c01683bf9780e978307d22127823 (diff) | |
download | tdesvn-31b3dcd90a09645c6d951a3bcbe6bab76d6718af.tar.gz tdesvn-31b3dcd90a09645c6d951a3bcbe6bab76d6718af.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'src/tdesvn.desktop')
-rw-r--r-- | src/tdesvn.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tdesvn.desktop b/src/tdesvn.desktop index 2d7fda9..fd0edae 100644 --- a/src/tdesvn.desktop +++ b/src/tdesvn.desktop @@ -8,7 +8,7 @@ GenericName[lt]=SVN klientas Exec=tdesvn %i %m -caption "%c" Icon=tdesvn Type=Application -DocPath=tdesvn/index.html +X-DocPath=tdesvn/index.html Comment=A Subversion client for TDE Comment[de]=Ein Subversionclient für TDE Comment[nl]=Een Subversion-client voor TDE @@ -16,7 +16,7 @@ Comment[es]=Un cliente de Subversion para TDE Comment[lt]=Subversion klientas skirtas TDE Terminal=false MimeType=inode/directory; -ServiceTypes=KParts/ReadOnlyPart,Browser/View +X-TDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View X-TDE-BrowserView-Args=DetailedList X-TDE-Library=tdesvnpart Categories=Qt;TDE;Development; |