diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 16:46:19 -0500 |
commit | 998ebd2e683e45140493910f76e692e96887b5d2 (patch) | |
tree | 4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /lib/interfaces/kdevplugininfo.h | |
parent | 9ba3adb356665bc27c3416c0b916efa89b366bde (diff) | |
download | tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip |
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'lib/interfaces/kdevplugininfo.h')
-rw-r--r-- | lib/interfaces/kdevplugininfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/kdevplugininfo.h b/lib/interfaces/kdevplugininfo.h index 2aa5f32c..3ade0e46 100644 --- a/lib/interfaces/kdevplugininfo.h +++ b/lib/interfaces/kdevplugininfo.h @@ -25,11 +25,11 @@ /** @file kdevplugininfo.h -KDevelop plugin information container class. +TDevelop plugin information container class. */ /** -Information about KDevelop plugin. +Information about TDevelop plugin. It uses plugin name to query plugin .desktop files and retrieve most information. Names of authors and credits to other people must be added manually using KDevPluginInfo::addAuthor and KDevPluginInfo::addCredit |