summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-01-23 16:44:09 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-01-24 22:15:12 +0900
commit9d7673b7a2d30c61798d40e7d7d883299ffc2726 (patch)
tree2e369d1af2863acb7f312603a67398919ba55e66
parent274144c7f671092cd306a563ba7d249447020063 (diff)
downloadtdelibs-9d7673b7.tar.gz
tdelibs-9d7673b7.zip
Add a missing icon for the action "Restore" when the application is sitting in the system tray.
Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--tdeui/ksystemtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/ksystemtray.cpp b/tdeui/ksystemtray.cpp
index fd58c6d06..b5baf87dd 100644
--- a/tdeui/ksystemtray.cpp
+++ b/tdeui/ksystemtray.cpp
@@ -81,7 +81,7 @@ KSystemTray::KSystemTray( TQWidget* parent, const char* name )
if (parentWidget())
{
- new TDEAction(i18n("Minimize"), TDEShortcut(),
+ new TDEAction(i18n("Minimize"), "view-restore", TDEShortcut(),
TQT_TQOBJECT(this), TQT_SLOT( minimizeRestoreAction() ),
d->actionCollection, "minimizeRestore");
#ifdef Q_WS_X11