diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-01-23 16:44:09 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-01-24 22:15:12 +0900 |
commit | 9d7673b7a2d30c61798d40e7d7d883299ffc2726 (patch) | |
tree | 2e369d1af2863acb7f312603a67398919ba55e66 /tdeui/ksystemtray.cpp | |
parent | 274144c7f671092cd306a563ba7d249447020063 (diff) | |
download | tdelibs-9d7673b7a2d30c61798d40e7d7d883299ffc2726.tar.gz tdelibs-9d7673b7a2d30c61798d40e7d7d883299ffc2726.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>
Diffstat (limited to 'tdeui/ksystemtray.cpp')
-rw-r--r-- | tdeui/ksystemtray.cpp | 2 |
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 |