From 1d9a2240c9b6e5151d4ca4526c827060975c8932 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Jun 2019 12:25:16 +0900 Subject: Adjusted to new normalized device icon names in tdelibs. Signed-off-by: Michele Calgaro --- juk/tageditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk') diff --git a/juk/tageditor.cpp b/juk/tageditor.cpp index 2a3c384b..e4073d24 100644 --- a/juk/tageditor.cpp +++ b/juk/tageditor.cpp @@ -506,7 +506,7 @@ void TagEditor::setupLayout() m_albumNameBox = new KComboBox(true, this, "albumNameBox"); m_albumNameBox->setCompletionMode(TDEGlobalSettings::CompletionAuto); - addItem(i18n("Album &name:"), m_albumNameBox, leftColumnLayout, "media-optical-cdrom"); + addItem(i18n("Album &name:"), m_albumNameBox, leftColumnLayout, "media-optical-cdrom-unmounted"); m_genreBox = new KComboBox(true, this, "genreBox"); addItem(i18n("&Genre:"), m_genreBox, leftColumnLayout, "knotify"); -- cgit v1.2.1