[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_7-10606-g2ecf4b3

The branch, master has been updated via 2ecf4b3641830ea454102360bea5d847417224c5 (commit) from 9cbd454fce097639ec023f9c8bee2aa85b0ecdbf (commit) - Log ----------------------------------------------------------------- commit 2ecf4b3641830ea454102360bea5d847417224c5 Author: Marc Delisle <marc@infomarc.info> Date: Thu Oct 14 06:30:06 2010 -0400 tahoma font was replaced with DejaVuSans ----------------------------------------------------------------------- Summary of changes: libraries/chart/pma_pchart_chart.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/chart/pma_pchart_chart.php b/libraries/chart/pma_pchart_chart.php index 278676a..1dac4cf 100644 --- a/libraries/chart/pma_pchart_chart.php +++ b/libraries/chart/pma_pchart_chart.php @@ -97,7 +97,7 @@ abstract class PMA_pChart_chart extends PMA_chart $this->dataSet = new pData; $this->chart->reportWarnings('GD'); - $this->chart->ErrorFontName = $this->getFontPath().'tahoma.ttf'; + $this->chart->ErrorFontName = $this->getFontPath().'DejaVuSans.ttf'; // initialize colors foreach ($this->getColors() as $key => $color) { @@ -109,7 +109,7 @@ abstract class PMA_pChart_chart extends PMA_chart ); } - $this->chart->setFontProperties($this->getFontPath().'tahoma.ttf', $this->getFontSize()); + $this->chart->setFontProperties($this->getFontPath().'DejaVuSans.ttf', $this->getFontSize()); $this->chart->setImageMap(true, 'mapid'); } hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle