diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
commit | 621a04f06e663f64ee86a68bbbe57c40dec32cab (patch) | |
tree | 18ec491c8b15a0559b94358dd5f66ba2a175d91b /xparts/xpart_notepad | |
parent | a0e3f9a8f0f05361f52c392cbab8650366a29c5d (diff) | |
download | tdebindings-621a04f06e663f64ee86a68bbbe57c40dec32cab.tar.gz tdebindings-621a04f06e663f64ee86a68bbbe57c40dec32cab.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r-- | xparts/xpart_notepad/xp_notepad.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/xp_notepad.desktop b/xparts/xpart_notepad/xp_notepad.desktop index 2a802b6f..301a6ffd 100644 --- a/xparts/xpart_notepad/xp_notepad.desktop +++ b/xparts/xpart_notepad/xp_notepad.desktop @@ -5,5 +5,5 @@ Comment=XPart Notepad Editor Icon= Name=XNotepad (XPart example) MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;text/x-diff; -ServiceTypes=KParts/ReadOnlyPart +X-TDE-ServiceTypes=KParts/ReadOnlyPart X-TDE-Library=libxp_notepadpart |