From bdcd398b28d73222ae9aec843f7ef56f63411365 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 2 Aug 2010 22:20:20 +0200 Subject: Fixed config logo path bug --- magazine.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'magazine.cpp') diff --git a/magazine.cpp b/magazine.cpp index b2af77f..ee2df16 100644 --- a/magazine.cpp +++ b/magazine.cpp @@ -1009,11 +1009,11 @@ void magazine::Show(void) delete f4; delete f5; - f1=new anyFont(osd,(round(12*Width) / 720),1); // Sendung - f2=new anyFont(osd,(round(11*Width) / 720),1); // Extra-Info - f3=new anyFont(osd,(round(12*Width) / 720),1); // Sender - f4=new anyFont(osd,(round(11*Width) / 720)); // Tasten - f5=new anyFont(osd,(round(11*Width) / 720)); // Datum + f1=new anyFont(osd,(round(12*Width) / Height),1); // Sendung + f2=new anyFont(osd,(round(11*Width) / Height),1); // Extra-Info + f3=new anyFont(osd,(round(12*Width) / Height),1); // Sender + f4=new anyFont(osd,(round(11*Width) / Height)); // Tasten + f5=new anyFont(osd,(round(11*Width) / Height)); // Datum for (int i=0; i < (int)(sizeof(Areas)/sizeof(tArea)); i++) { -- cgit v1.2.3