summaryrefslogtreecommitdiffstats
path: root/kig/scripting/script-common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kig/scripting/script-common.cc')
-rw-r--r--kig/scripting/script-common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/scripting/script-common.cc b/kig/scripting/script-common.cc
index e799fac0..e2c15786 100644
--- a/kig/scripting/script-common.cc
+++ b/kig/scripting/script-common.cc
@@ -31,8 +31,8 @@ struct script_prop
static const script_prop scripts_properties[] =
{
- { I18N_NOOP( "Now fill in the code:" ), "shellscript", "" },
- { I18N_NOOP( "Now fill in the Python code:" ), "source_py", "Python-Kig" }
+ { I18N_NOOP( "Now fill in the code:" ), "text-x-script", "" },
+ { I18N_NOOP( "Now fill in the Python code:" ), "text-x-python", "Python-Kig" }
};
TQString ScriptType::fillCodeStatement( ScriptType::Type type )