summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-08-29 23:38:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-08-29 23:38:37 +0900
commit3b45645a64fb25e730ff82857363eed69639226e (patch)
tree2a53830d949006b2e64686c03fb651f43f7a9386
parent4bdcac90265e9f7489bc8f48746e9c020182a1a9 (diff)
downloadksplash-engine-moodin-3b45645a.tar.gz
ksplash-engine-moodin-3b45645a.zip
Fixed icons highlighting in moodin engine. This resolve bug 2009.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/thememoodin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h
index a10f306..bea5d2f 100644
--- a/src/thememoodin.h
+++ b/src/thememoodin.h
@@ -55,12 +55,12 @@ public:
TQStringList l;
l << "filetypes"; // 1 filetypes
- l << "exec"; // 2 exec
+ l << "application-x-executable"; // 2 application-x-executable
l << "key_bindings"; // 3 key_bindings
l << "window_list"; // 4 window_list
l << "desktop"; // 5 desktop
l << "style"; // 6 style
- l << "kcmsystem"; // 7 kcmsystem
+ l << "preferences-system"; // 7 preferences-system
l << "go"; // 8 go
return l;