diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-15 19:26:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-15 19:26:36 +0900 |
commit | a25ecca6b5fea6f633f3dc5f4054669c10899476 (patch) | |
tree | 2dcecff505ee21235256b6fdb78bd16450049beb | |
parent | d8571abbdaa9b797ec135cc63a029abfab1b1b00 (diff) | |
download | ksplash-engine-moodin-a25ecca6b5fea6f633f3dc5f4054669c10899476.tar.gz ksplash-engine-moodin-a25ecca6b5fea6f633f3dc5f4054669c10899476.zip |
Use new window_duplicate icon in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/thememoodin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thememoodin.h b/src/thememoodin.h index bea5d2f..cd3eec0 100644 --- a/src/thememoodin.h +++ b/src/thememoodin.h @@ -57,7 +57,7 @@ public: l << "filetypes"; // 1 filetypes l << "application-x-executable"; // 2 application-x-executable l << "key_bindings"; // 3 key_bindings - l << "window_list"; // 4 window_list + l << "window_duplicate"; // 4 window_duplicate l << "desktop"; // 5 desktop l << "style"; // 6 style l << "preferences-system"; // 7 preferences-system |