summaryrefslogtreecommitdiffstats
path: root/doc/tdevelop/listplugins.sh
diff options
context:
space:
mode:
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 " " _`