summaryrefslogtreecommitdiffstats
path: root/src/k3bfiletreecombobox.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:08:49 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-03-04 23:34:36 +0100
commit32d31ee67d3cd36221975fcfe5760eb5a1e01aba (patch)
tree8353c0cc0e14f81e1b4ce5d90352408531271a4e /src/k3bfiletreecombobox.cpp
parentdbaea4feb15ad5501fb53bc1569641e5dda10500 (diff)
downloadk3b-32d31ee67d3cd36221975fcfe5760eb5a1e01aba.tar.gz
k3b-32d31ee67d3cd36221975fcfe5760eb5a1e01aba.zip
Rename most device icons to comply with XDG standards
(cherry picked from commit 7cf23e1d750fa225835e83ad2d45ecb00eff9f37)
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 eb66226..383b1a5 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("cdrom_unmount"), dev->vendor() + " " + dev->description() + " (" + dev->blockDeviceName() + ")" );
+ setEditText( SmallIcon("media-optical-cdrom"), dev->vendor() + " " + dev->description() + " (" + dev->blockDeviceName() + ")" );
}