diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/k9main.cpp | 2 |
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++) { |