summaryrefslogtreecommitdiffstats
path: root/doc/tdevelop/listplugins.sh
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /doc/tdevelop/listplugins.sh
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'doc/tdevelop/listplugins.sh')
-rwxr-xr-xdoc/tdevelop/listplugins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tdevelop/listplugins.sh b/doc/tdevelop/listplugins.sh
index f916b7fe..22251293 100755
--- a/doc/tdevelop/listplugins.sh
+++ b/doc/tdevelop/listplugins.sh
@@ -26,7 +26,7 @@ for defscope in Core Global Project; do
# echo $dfile | wc -w
if [ `echo $dfile | wc -w` -gt 1 ]; then continue; fi
if [ ! -f $dfile ]; then continue; fi
- scope=`cat $dfile | grep "X-KDevelop-Scope=" | cut -d= -f2-`
+ scope=`cat $dfile | grep "X-TDevelop-Scope=" | cut -d= -f2-`
if [ $scope != $defscope ]; then continue; fi
comment=`cat $dfile | grep "Comment=" | cut -d= -f2-`
name=`cat $dfile | egrep "^Name=" | cut -d= -f2- | tr " " _`