diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-02 18:55:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-02 18:56:00 +0900 |
commit | c1ffddff429efda20fd2d1b2c8ca67ad2be75147 (patch) | |
tree | 0f6dfafa98bace29a39381543865298673d83a8d /kcontrol/hwmanager | |
parent | 10aad0119cd96ba14e98dbf163b4f96832db5ffa (diff) | |
download | tdebase-c1ffddff429efda20fd2d1b2c8ca67ad2be75147.tar.gz tdebase-c1ffddff429efda20fd2d1b2c8ca67ad2be75147.zip |
Added icons to Properties popup menu entry in konqueror, kdesktop and tdehwdevicetray.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/hwmanager')
-rw-r--r-- | kcontrol/hwmanager/hwdevicetray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/hwdevicetray.cpp b/kcontrol/hwmanager/hwdevicetray.cpp index 9b5e94702..1a9ec1658 100644 --- a/kcontrol/hwmanager/hwdevicetray.cpp +++ b/kcontrol/hwmanager/hwdevicetray.cpp @@ -82,7 +82,7 @@ HwDeviceSystemTray::HwDeviceSystemTray(TQWidget* parent, const char *name) new TDEActionMenu(i18n("Unlock"), SmallIcon("decrypted", TQIconSet::Automatic), actionCollection(), "unlock_menu"); new TDEActionMenu(i18n("Lock"), SmallIcon("encrypted", TQIconSet::Automatic), actionCollection(), "lock_menu"); new TDEActionMenu(i18n("Eject"), SmallIcon("player_eject", TQIconSet::Automatic), actionCollection(), "eject_menu"); - new TDEActionMenu(i18n("Properties"), actionCollection(), "properties_menu"); + new TDEActionMenu(i18n("Properties"), SmallIcon("edit", TQIconSet::Automatic), actionCollection(), "properties_menu"); #ifdef __TDE_HAVE_TDEHWLIB TDEHardwareDevices *hwdevices = TDEGlobal::hardwareDevices(); |