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-16 12:12:18 +0900 |
commit | 39c98d7f49df7f520fe59ecefa8579f5588b4b41 (patch) | |
tree | 6ab868acff33bf2a96af787ba8ce82864c1b64f1 | |
parent | b325c1d2d3d4ccf205ba6de85cde231857189ed9 (diff) | |
download | ksplash-engine-moodin-39c98d7f49df7f520fe59ecefa8579f5588b4b41.tar.gz ksplash-engine-moodin-39c98d7f49df7f520fe59ecefa8579f5588b4b41.zip |
Use new window_duplicate icon in tdelibs.r14.0.10
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a25ecca6b5fea6f633f3dc5f4054669c10899476)
-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 |