mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
fix abd38d1195
Origin commit data ------------------ Branch: ni/coolstream Commit:c2b76ae39f
Author: vanhofen <vanhofen@gmx.de> Date: 2018-03-16 (Fri, 16 Mar 2018) Origin message was: ------------------ - fixabd38d1195
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -247,7 +247,7 @@ ca_init_1 CI-Modul
|
|||||||
ca_init_2 Conax-Karte und CI-Modul
|
ca_init_2 Conax-Karte und CI-Modul
|
||||||
cablesetup.provider Kabelanbieter
|
cablesetup.provider Kabelanbieter
|
||||||
camd_control camd-Steuerung
|
camd_control camd-Steuerung
|
||||||
camd_item_cccam_hint CCCam - Softcam
|
camd_item_cccam_hint CCcam - Softcam
|
||||||
camd_item_cccam_name cccam
|
camd_item_cccam_name cccam
|
||||||
camd_item_cs2gbox_hint cs2gbox - Newcamd Bridge
|
camd_item_cs2gbox_hint cs2gbox - Newcamd Bridge
|
||||||
camd_item_cs2gbox_name cs2gbox
|
camd_item_cs2gbox_name cs2gbox
|
||||||
|
@@ -247,7 +247,7 @@ ca_init_1 CI module
|
|||||||
ca_init_2 Conax-Card and CI module
|
ca_init_2 Conax-Card and CI module
|
||||||
cablesetup.provider cable provider
|
cablesetup.provider cable provider
|
||||||
camd_control camd control
|
camd_control camd control
|
||||||
camd_item_cccam_hint CCCam - Softcam
|
camd_item_cccam_hint CCcam - Softcam
|
||||||
camd_item_cccam_name cccam
|
camd_item_cccam_name cccam
|
||||||
camd_item_cs2gbox_hint cs2gbox - Newcamd bridge
|
camd_item_cs2gbox_hint cs2gbox - Newcamd bridge
|
||||||
camd_item_cs2gbox_name cs2gbox
|
camd_item_cs2gbox_name cs2gbox
|
||||||
|
@@ -1038,7 +1038,7 @@ void CInfoViewerBB::paint_cam_icons()
|
|||||||
std::ostringstream buf;
|
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 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;
|
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;
|
const int icon_space = OFFSET_INNER_SMALL;
|
||||||
int icon_sizeH = 0;
|
int icon_sizeH = 0;
|
||||||
int icon_sizeW = 0;
|
int icon_sizeW = 0;
|
||||||
|
Reference in New Issue
Block a user