diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:56:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:56:39 -0500 |
commit | 829790146716bc30c2e98cf2a767e60f60e5143a (patch) | |
tree | 9ec044f1ff90653dc07bc9e50254ab56c61b7144 /libtdepim/komposer/core/pluginmanager.h | |
parent | 66914d2878a6cadacbaf6ceacdd74d2999e4114e (diff) | |
download | tdepim-829790146716bc30c2e98cf2a767e60f60e5143a.tar.gz tdepim-829790146716bc30c2e98cf2a767e60f60e5143a.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'libtdepim/komposer/core/pluginmanager.h')
-rw-r--r-- | libtdepim/komposer/core/pluginmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/komposer/core/pluginmanager.h b/libtdepim/komposer/core/pluginmanager.h index 38895f7b..44291450 100644 --- a/libtdepim/komposer/core/pluginmanager.h +++ b/libtdepim/komposer/core/pluginmanager.h @@ -69,7 +69,7 @@ namespace Komposer = TQString() ) const; /** - * @brief Search by plugin name. This is the key used as X-KDE-PluginInfo-Name + * @brief Search by plugin name. This is the key used as X-TDE-PluginInfo-Name * in the .desktop file, e.g. "komposer_attachment" * * @return The @ref Plugin object found by the search, or a null @@ -135,7 +135,7 @@ namespace Komposer * config file. * * @param name is the name of the plugin as it is listed in the .desktop - * file in the X-KDE-Library field. + * file in the X-TDE-Library field. * * Returns false when no appropriate plugin can be found. */ |