diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:51:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:51:46 -0500 |
commit | 6ed1ea98db6b1b369e7561efcc2c666b810e5446 (patch) | |
tree | 69da6d265387965c04a9584547ec42d4d372717d /kparts/plugin.h | |
parent | 09d01cacf80d21ad213e6520b35e7f06e9546a83 (diff) | |
download | tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.tar.gz tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'kparts/plugin.h')
-rw-r--r-- | kparts/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kparts/plugin.h b/kparts/plugin.h index c332df14b..0da0a46e0 100644 --- a/kparts/plugin.h +++ b/kparts/plugin.h @@ -115,7 +115,7 @@ public: * plugins are enabled and which are disabled. What happens by default (i.e. * for new plugins that are not in that config file) is controlled by * @p enableNewPluginsByDefault. It can be overridden by the plugin if it - * sets the X-KDE-PluginInfo-EnabledByDefault key in the .desktop file + * sets the X-TDE-PluginInfo-EnabledByDefault key in the .desktop file * (with the same name as the .rc file) * * If a disabled plugin is already loaded it will be removed from the GUI |