From 3e04740ef078867c2b430311d7777bbc6b1a8c94 Mon Sep 17 00:00:00 2001 From: Refik Hadzialic Date: Mon, 15 Aug 2011 13:47:23 +0200 Subject: Changed the display messages! --- notFinishedCode/pChart2.1.2/examples/example.writeBounds.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notFinishedCode/pChart2.1.2/examples') diff --git a/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php b/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php index 55bd22d..cd4d29b 100644 --- a/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php +++ b/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php @@ -95,7 +95,7 @@ $myPicture->setFontProperties(array("FontName"=>"../fonts/verdana.ttf","FontSize"=>6)); $TextSettings = array("DrawBox"=>FALSE,"R"=>255,"G"=>255,"B"=>255,"Angle"=>0,"FontSize"=>10); - $myPicture->drawText(585,30,"EXTERNAL SIP NETWORK: OK",$TextSettings); + $myPicture->drawText(585,30,"SIP SYSTEM: OK",$TextSettings); //local SIP system outlining! @@ -107,7 +107,7 @@ $myPicture->setFontProperties(array("FontName"=>"../fonts/verdana.ttf","FontSize"=>6)); $TextSettings = array("DrawBox"=>FALSE,"R"=>255,"G"=>255,"B"=>255,"Angle"=>0,"FontSize"=>10); - $myPicture->drawText(585,270,"LOCAL SIP NETWORK: OK",$TextSettings); + $myPicture->drawText(585,270,"UNI TELEPHONE SYSTEM: OK",$TextSettings); // add server picture $myPicture->drawFromPNG(380,280,"server.png"); -- cgit v1.2.3-55-g7522