From 3a9ceecdce4af7848f93c3109b5a15dd86ea043c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 19 Feb 2014 15:05:46 +0400 Subject: [PATCH] gui/streaminfo2.cpp: fix DVB-T label Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/196fcc397b8a801239732e7ca4175d56ca73fa52 Author: [CST] Focus Date: 2014-02-19 (Wed, 19 Feb 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/streaminfo2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 5a1efb11b..738815b81 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -559,10 +559,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) sprintf (buf, "%s:",g_Locale->getText (LOCALE_SATSETUP_SATELLITE));//swiped locale else if(t.deltype == FE_QAM) sprintf (buf, "%s:",g_Locale->getText (LOCALE_CHANNELLIST_PROVS)); -#ifdef MARTII else snprintf (buf, sizeof(buf), "%s:",g_Locale->getText (LOCALE_TERRESTRIALSETUP_AREA)); -#endif g_Font[font_info]->RenderString(xpos, ypos, box_width, buf, COL_INFOBAR_TEXT, 0, true); // UTF-8