summaryrefslogtreecommitdiffstats
path: root/parts/scripting/README
diff options
context:
space:
mode:
Diffstat (limited to 'parts/scripting/README')
-rw-r--r--parts/scripting/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/scripting/README b/parts/scripting/README
index 6f0a89ed..f5dc61c7 100644
--- a/parts/scripting/README
+++ b/parts/scripting/README
@@ -11,8 +11,8 @@ Type=Service
Name=Import Weather
Comment=Import current weather icon graphic into an album.
Type=ShellScript/bash
-X-KDE-ScriptName=importweather.sh
+X-TDE-ScriptName=importweather.sh
-The "Name" is the part that will appear in the KDevelop "Scripts" menu, and the "X-KDE-ScriptName" is the name of the script you wish to attach to that menu action. The last part the "Type" is the type of the script runner you wish to execute the script with.
+The "Name" is the part that will appear in the TDevelop "Scripts" menu, and the "X-TDE-ScriptName" is the name of the script you wish to attach to that menu action. The last part the "Type" is the type of the script runner you wish to execute the script with.
The second part is the actual script that has a script runner. Currently shell and KJSEmbed are supported, but Kommander support is rumored to be happening. There are also perl and python script runners in kdenonbeta.