diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-26 12:40:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-26 12:40:20 +0900 |
commit | 60319c7d5b0dfa8ac8802888d5c5bf6cd81fc840 (patch) | |
tree | ce5f390d30a134d9fef31d0d66c48cfb907717e2 /ksim/monitors/filesystem/filesystemwidget.cpp | |
parent | 1c76bf623ae96f88c31a7210fea8341a21c48e56 (diff) | |
download | tdeutils-60319c7d5b0dfa8ac8802888d5c5bf6cd81fc840.tar.gz tdeutils-60319c7d5b0dfa8ac8802888d5c5bf6cd81fc840.zip |
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksim/monitors/filesystem/filesystemwidget.cpp')
-rw-r--r-- | ksim/monitors/filesystem/filesystemwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/monitors/filesystem/filesystemwidget.cpp b/ksim/monitors/filesystem/filesystemwidget.cpp index 1435195..2fb77e1 100644 --- a/ksim/monitors/filesystem/filesystemwidget.cpp +++ b/ksim/monitors/filesystem/filesystemwidget.cpp @@ -217,7 +217,7 @@ void FilesystemWidget::showMenu(uint id) TQPopupMenu menu; menu.insertItem(SmallIcon("drive-harddisk-mounted"), i18n("&Mount Device"), 1); - menu.insertItem(SmallIcon("drive-harddisk"), i18n("&Unmount Device"), 2); + menu.insertItem(SmallIcon("drive-harddisk-unmounted"), i18n("&Unmount Device"), 2); switch (menu.exec(TQCursor::pos())) { case 1: |