Conflicts:
	configure.ac
	data/fonts/Makefile.am
	src/gui/cam_menu.cpp
	src/gui/update.cpp
	src/zapit/src/capmt.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5db35f49c0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-12 (Sun, 12 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-02-12 21:54:48 +01:00
41 changed files with 206 additions and 176 deletions

View File

@@ -863,7 +863,7 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
if( boxname == "Armas ")
boxname += "TripleDragon";
break;
#ifdef BOXMODEL_NEVIS
#ifdef BOXMODEL_CS_HD1
case 6:
boxname += "HD1";
break;
@@ -879,7 +879,7 @@ std::string CNeutrinoYParser::func_get_boxtype(CyhookHandler *, std::string)
boxname += "Zee";
break;
#endif
#ifdef BOXMODEL_APOLLO
#ifdef BOXMODEL_CS_HD2
case 9:
boxname += "Tank";
break;
@@ -918,7 +918,7 @@ std::string CNeutrinoYParser::func_get_boxmodel(CyhookHandler *, std::string)
switch(system_rev)
{
#ifdef BOXMODEL_NEVIS
#ifdef BOXMODEL_CS_HD1
case 6:
case 7:
case 8:
@@ -926,7 +926,7 @@ std::string CNeutrinoYParser::func_get_boxmodel(CyhookHandler *, std::string)
boxmodel = "Nevis";
break;
#endif
#ifdef BOXMODEL_APOLLO
#ifdef BOXMODEL_CS_HD2
case 9:
boxmodel = "Apollo";
break;