summaryrefslogtreecommitdiffstats
path: root/src/k3bfiletreecombobox.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-27 00:24:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-27 00:24:17 +0900
commita91bd11658bb1179b7a625af686622cca9f1fa4a (patch)
tree4913192cf41934dfca8ceb7a886c3205b0bb61aa /src/k3bfiletreecombobox.cpp
parent82c3b55a9a0adaf07917edb3407f7ec8c109aacc (diff)
downloadk3b-a91bd11658bb1179b7a625af686622cca9f1fa4a.tar.gz
k3b-a91bd11658bb1179b7a625af686622cca9f1fa4a.zip
Adjusted to new normalized device icon names in tdelibs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/k3bfiletreecombobox.cpp')
-rw-r--r--src/k3bfiletreecombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bfiletreecombobox.cpp b/src/k3bfiletreecombobox.cpp
index 383b1a5..4075df7 100644
--- a/src/k3bfiletreecombobox.cpp
+++ b/src/k3bfiletreecombobox.cpp
@@ -116,7 +116,7 @@ void K3bFileTreeComboBox::setUrl( const KURL& url )
void K3bFileTreeComboBox::setDevice( K3bDevice::Device* dev )
{
- setEditText( SmallIcon("media-optical-cdrom"), dev->vendor() + " " + dev->description() + " (" + dev->blockDeviceName() + ")" );
+ setEditText( SmallIcon("media-optical-cdrom-unmounted"), dev->vendor() + " " + dev->description() + " (" + dev->blockDeviceName() + ")" );
}