diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:56:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 16:56:40 -0500 |
commit | 910a61f9423d69871c2ef9ca8a0d7ace32474f93 (patch) | |
tree | 794bd468068d2616d05878f58b0786b07ceff8d9 /doc | |
parent | 420112343c04d209e40c6f03f492cdb6154f70fb (diff) | |
download | koffice-910a61f9423d69871c2ef9ca8a0d7ace32474f93.tar.gz koffice-910a61f9423d69871c2ef9ca8a0d7ace32474f93.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chalk/developers-plugins.docbook | 22 | ||||
-rw-r--r-- | doc/koffice.desktop | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/chalk/developers-plugins.docbook b/doc/chalk/developers-plugins.docbook index 014f098d..c63258b5 100644 --- a/doc/chalk/developers-plugins.docbook +++ b/doc/chalk/developers-plugins.docbook @@ -242,8 +242,8 @@ Icon= Name=User-visible Name ServiceTypes=Chalk/Filter Type=Service -X-KDE-Library=chalkLIBRARYNAME -X-KDE-Version=2 +X-TDE-Library=chalkLIBRARYNAME +X-TDE-Version=2 </programlisting> </para><para> Possible ServiceTypes are: @@ -401,7 +401,7 @@ user creates: splitting a view means loading all view plugins again. <title>Plugin versioning</title> <para> -&chalk; 1.5 loads plugins with <literal>X-KDE-Version=2</literal> set in the +&chalk; 1.5 loads plugins with <literal>X-TDE-Version=2</literal> set in the <literal role="extension">.desktop</literal> file. &chalk; 1.6 plugins will probably be binary incompatible with 1.5 plugins and will need the version number 3. &chalk; 2.0 plugins will need the version number 3. Yes, this is not @@ -1414,10 +1414,10 @@ Import: </para> <programlisting> -X-KDE-Export=application/x-chalk -X-KDE-Import=image/x-xcf-gimp -X-KDE-Weight=1 -X-KDE-Library=libchalkXXXimport +X-TDE-Export=application/x-chalk +X-TDE-Import=image/x-xcf-gimp +X-TDE-Weight=1 +X-TDE-Library=libchalkXXXimport ServiceTypes=KOfficeFilter </programlisting> @@ -1426,12 +1426,12 @@ Export: </para> <programlisting> -X-KDE-Export=image/x-xcf-gimp -X-KDE-Import=application/x-chalk +X-TDE-Export=image/x-xcf-gimp +X-TDE-Import=application/x-chalk ServiceTypes=KOfficeFilter Type=Service -X-KDE-Weight=1 -X-KDE-Library=libchalkXXXexport +X-TDE-Weight=1 +X-TDE-Library=libchalkXXXexport </programlisting> <para> diff --git a/doc/koffice.desktop b/doc/koffice.desktop index fcc5f617..fef24ab3 100644 --- a/doc/koffice.desktop +++ b/doc/koffice.desktop @@ -5,4 +5,4 @@ Name[sv]=Koffice Name[tr]=Koffice NoDisplay=true DocPath=koffice/index.html -Categories=Qt;KDE;Office; +Categories=Qt;TDE;Office; |