diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
commit | 9226d5bf328f1a1a5780c35eece8f8238f8d76ef (patch) | |
tree | 1c7ecf1797799e6cd63fc4c476134b026bc5fe7f /kig/scripting | |
parent | 77305032b02763f2549b5c804cae55722905d9f8 (diff) | |
download | tdeedu-9226d5bf328f1a1a5780c35eece8f8238f8d76ef.tar.gz tdeedu-9226d5bf328f1a1a5780c35eece8f8238f8d76ef.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'kig/scripting')
-rw-r--r-- | kig/scripting/script-common.cc | 4 |
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 ) |