diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-22 18:32:10 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-08-22 18:32:10 +0900 |
commit | 7d066b9eca4decbfbb9af4b87a8744eb1c495152 (patch) | |
tree | 559c9f3ce96a79cb614e62db1a5c0a88eb1b52d2 /app_templates | |
parent | 77768d9e87e7974d480606941eafc85fdc88c922 (diff) | |
download | pytdeextensions-7d066b9eca4decbfbb9af4b87a8744eb1c495152.tar.gz pytdeextensions-7d066b9eca4decbfbb9af4b87a8744eb1c495152.zip |
Removed extension from icon name in desktop file. This relates to bug
2424.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'app_templates')
-rw-r--r-- | app_templates/kcontrol_module/src/kcontrol_module.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app_templates/kcontrol_module/src/kcontrol_module.desktop b/app_templates/kcontrol_module/src/kcontrol_module.desktop index 83298c4..a5c7d24 100644 --- a/app_templates/kcontrol_module/src/kcontrol_module.desktop +++ b/app_templates/kcontrol_module/src/kcontrol_module.desktop @@ -5,7 +5,7 @@ name[en_GB]=Kcontrol module Comment=Kcontrol module template Comment[en]=Kcontrol module template Comment[en_GB]=Kcontrol module template -Icon=daemons.png +Icon=daemons X-TDE-ModuleType=Library X-TDE-Library=kcontrol_module X-TDE-FactoryName=kcontrol_module |