Fix branding and typos.

pull/1/head
Darrell Anderson 12 years ago
parent 3cbae8eb29
commit 99c1ac3960

@ -303,7 +303,7 @@ void LSkatView::drawIntro(TQPainter *p)
p->setPen(TQColor(col3,col,0)); p->setPen(TQColor(col3,col,0));
p->drawText(x,y,s); p->drawText(x,y,s);
s=i18n("K D E"); s=i18n("T D E");
y=350+(NO_OF_CARDS-cnt)*3; y=350+(NO_OF_CARDS-cnt)*3;
// x=640-(int)(380.0*sin(0.5*M_PI/(float)NO_OF_CARDS*cnt)); // x=640-(int)(380.0*sin(0.5*M_PI/(float)NO_OF_CARDS*cnt));
x=570-fontMetrics.width(s)/2-(int)(260.0*sin(0.5*M_PI/(float)NO_OF_CARDS*cnt)); x=570-fontMetrics.width(s)/2-(int)(260.0*sin(0.5*M_PI/(float)NO_OF_CARDS*cnt));

Loading…
Cancel
Save