cc_item_picture.cpp use def, supplement to 9af186dcd7ac96a0c3ae718dc3bff35551ad7d3e

Origin commit data
------------------
Branch: ni/coolstream
Commit: c0f9fc0f06
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-02 (Tue, 02 Apr 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-04-02 22:10:15 +02:00
committed by vanhofen
parent 3f7afefaf4
commit 746c59e84b

View File

@@ -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);
}