diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:59:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:59:52 -0500 |
commit | 53058bf9157bf3f69218ac1e429ee55191207d7c (patch) | |
tree | 9b22290939c9e3a9a4819a1fe5e45df9e51e0331 /lib/interfaces/kdevplugin.h | |
parent | ab2599a71564597ae0a994454ffe19f3e5c99c78 (diff) | |
download | tdevelop-53058bf9157bf3f69218ac1e429ee55191207d7c.tar.gz tdevelop-53058bf9157bf3f69218ac1e429ee55191207d7c.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'lib/interfaces/kdevplugin.h')
-rw-r--r-- | lib/interfaces/kdevplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h index f174e02b..fa31d239 100644 --- a/lib/interfaces/kdevplugin.h +++ b/lib/interfaces/kdevplugin.h @@ -62,7 +62,7 @@ X-KDevelop-Plugin-Version= X-KDevelop-Plugin-Homepage= X-KDevelop-Plugin-BugsEmailAddress= X-KDevelop-Plugin-Copyright= -X-KDE-Library= +X-TDE-Library= X-KDevelop-Version= X-KDevelop-Scope= X-KDevelop-Properties= @@ -81,7 +81,7 @@ plugin names in GUI (required); TQPL or Custom. If this property is not set, license is considered as unknown; - <i>X-KDevelop-Plugin-BugsEmailAddress</i> is an email address for bug reports (optional); - <i>X-KDevelop-Plugin-Copyright</i> is a copyright statement (optional); -- <i>X-KDE-Library</i> is a name of library which contains the plugin (required); +- <i>X-TDE-Library</i> is a name of library which contains the plugin (required); - <i>X-KDevelop-Version</i> is a version of KDevelop interfaces which is supported by the plugin (required); - <i>X-KDevelop-Scope</i> is a scope of a plugin (see below for explanation) (required); - <i>X-KDevelop-Args</i> is a list of additional arguments passed to plugins constructor (optional); |