diff options
author | gregory guy <[email protected]> | 2021-01-23 16:44:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-01-25 12:30:42 +0100 |
commit | d68f043db2941c0df0966cc2d3af05d8bc041a90 (patch) | |
tree | e9051f6908b4a6ecd4fda72c204cf879d25b7281 | |
parent | e2ee493892e0bc6d56fbf7442deec41f0e68c144 (diff) | |
download | tdelibs-d68f043db2941c0df0966cc2d3af05d8bc041a90.tar.gz tdelibs-d68f043db2941c0df0966cc2d3af05d8bc041a90.zip |
Add a missing icon for the action "Restore" when the application is sitting in the system tray.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9d7673b7a2d30c61798d40e7d7d883299ffc2726)
-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 |