From b2d58b6c04f6c9b78b33305387fa5e11184da37a Mon Sep 17 00:00:00 2001 From: gixxpunk Date: Mon, 14 Mar 2011 20:03:34 +0000 Subject: [PATCH] streaminfo: set cable scaling to 27000 (for private cable providers) git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1294 e54a6e83-5905-42d5-8d5c-058d10e6a962 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/798946e020c3cdc5182ab2aa78d7dfa89e1667c5 Author: gixxpunk Date: 2011-03-14 (Mon, 14 Mar 2011) Origin message was: ------------------ - streaminfo: set cable scaling to 27000 (for private cable providers) git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1294 e54a6e83-5905-42d5-8d5c-058d10e6a962 ------------------ This commit was generated by Migit --- src/gui/streaminfo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 4e8e8049f..1e78a64bf 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -616,7 +616,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) g_Font[font_info]->RenderString(xpos, ypos, width*2/3-10, buf , COL_INFOBAR, 0, true); // UTF-8 sprintf((char*) buf, "%d.%d MHz", si.tsfrequency/1000, si.tsfrequency%1000); g_Font[font_info]->RenderString(xpos+spaceoffset, ypos, width*2/3-10, buf, COL_INFOBAR, 0, true); // UTF-8 - scaling = 20000; + scaling = 27000; } // paint labels