Fix branding and typos.

(cherry picked from commit 99c1ac3960)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent c705bc9f9b
commit 9d6a13d871

@ -703,7 +703,7 @@ bool LSkatApp::MakeInputDevice(int no)
if (doc->IsServer())
{
if (global_debug>10)
printf("We want theother one to be client\n");
printf("We want the other one to be client\n");
msg->AddData(TQCString("Client"),(short)-1); // force client
mInput->SendMsg(msg,no);
}
@ -711,7 +711,7 @@ bool LSkatApp::MakeInputDevice(int no)
else
{
if (global_debug>10)
printf("We want theother one to be server\n");
printf("We want the other one to be server\n");
msg->AddData(TQCString("Server"),(short)-1); // force server
mInput->SendMsg(msg,no);
}

@ -303,7 +303,7 @@ void LSkatView::drawIntro(TQPainter *p)
p->setPen(TQColor(col3,col,0));
p->drawText(x,y,s);
s=i18n("K D E");
s=i18n("T D E");
y=350+(NO_OF_CARDS-cnt)*3;
// 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));

Loading…
Cancel
Save