diff --git a/src/gui/components/cc_item_picture.cpp b/src/gui/components/cc_item_picture.cpp index 2084b590e..6576e1756 100644 --- a/src/gui/components/cc_item_picture.cpp +++ b/src/gui/components/cc_item_picture.cpp @@ -97,7 +97,7 @@ void CComponentsPicture::init( const int &x_pos, const int &y_pos, const int &w, need_init = true; initCCItem(); initParent(parent); - if (!pic_name.empty() && pic_name == "muted") + if (!pic_name.empty() && pic_name == NEUTRINO_ICON_MUTED) paintInit(false); }