Origin commit data
------------------
Branch: ni/coolstream
Commit: c2b76ae39f
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-16 (Fri, 16 Mar 2018)

Origin message was:
------------------
- fix abd38d1195

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-03-16 15:28:02 +01:00
parent abd38d1195
commit e3f8469bcf
3 changed files with 3 additions and 3 deletions

View File

@@ -1038,7 +1038,7 @@ void CInfoViewerBB::paint_cam_icons()
std::ostringstream buf;
int emu_pic_startx = g_InfoViewer->ChanInfoX + OFFSET_INNER_MID + (g_settings.infobar_casystem_frame ? FRAME_WIDTH_MIN + OFFSET_INNER_SMALL : 0);
int py = g_InfoViewer->BoxEndY + OFFSET_INNER_SMALL;
const char *icon_name[] = {"mgcamd","doscam","ncam","oscam","osemu","newcs","gbox"};
const char *icon_name[] = {"mgcamd","doscam","ncam","oscam","osemu","cccam","newcs","gbox"};
const int icon_space = OFFSET_INNER_SMALL;
int icon_sizeH = 0;
int icon_sizeW = 0;