diff options
author | Michele Calgaro <[email protected]> | 2015-08-29 23:38:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-08-29 23:38:37 +0900 |
commit | 3b45645a64fb25e730ff82857363eed69639226e (patch) | |
tree | 2a53830d949006b2e64686c03fb651f43f7a9386 /src/thememoodin.h | |
parent | 4bdcac90265e9f7489bc8f48746e9c020182a1a9 (diff) | |
download | ksplash-engine-moodin-3b45645a64fb25e730ff82857363eed69639226e.tar.gz ksplash-engine-moodin-3b45645a64fb25e730ff82857363eed69639226e.zip |
Fixed icons highlighting in moodin engine. This resolve bug 2009.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/thememoodin.h')
-rw-r--r-- | src/thememoodin.h | 4 |
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; |