summaryrefslogtreecommitdiffstats
path: root/src/k9main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:08:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:08:50 -0600
commit57672b2f9c90bcaa10b687a6797a69362b06a281 (patch)
tree1fc5969a8bbc489cb25ac28745a7899e68023eae /src/k9main.cpp
parente73f3bbf28bee48c28c24722a62d9ac29733fbb7 (diff)
downloadk9copy-57672b2f9c90bcaa10b687a6797a69362b06a281.tar.gz
k9copy-57672b2f9c90bcaa10b687a6797a69362b06a281.zip
Rename most device icons to comply with XDG standards
Diffstat (limited to 'src/k9main.cpp')
-rw-r--r--src/k9main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9main.cpp b/src/k9main.cpp
index a2564dd..6d182b3 100644
--- a/src/k9main.cpp
+++ b/src/k9main.cpp
@@ -576,7 +576,7 @@ void k9Main::Open()
root->setRenameEnabled(0,true);
root->obj=NULL;
root->streamType=NONE;
- root->setPixmap(0,SmallIcon("dvd_unmount"));
+ root->setPixmap(0,SmallIcon("media-optical-dvd"));
for (i=0;i<dvd->gettitlesetCount();i++)
{